Memory Pool Memory Pool Refreshing

45,707 transactions
31.72 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,511 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,965 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,510 (57,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,975 805,975 00000000000000000000f159beed7e2a0cd7757ea096dd4941d23d82d8b92eee 1.96 MB 6,522 10
805,974 805,974 00000000000000000003565b1c2d4cfff8ff7783d703b029cd138d0683367ecc 1.59 MB 3,446 11
805,973 805,973 00000000000000000004c5bc0b40b7551eae7edb7950df8d29f534f521db25e7 1.82 MB 5,134 11
805,972 805,972 00000000000000000004dadc1bc86f597d3977a908ef37063ca93036d365f7b0 1.98 MB 6,226 10
805,971 805,971 00000000000000000001d630acd1639104c61d00f3f9298f69e03e16b138a3b5 1.77 MB 4,966 10
805,970 805,970 00000000000000000000ca26b770aadcc2102f19ff48a18f7288948ce5d29820 1.65 MB 3,115 9
805,969 805,969 00000000000000000001d0788a76a4f4d5c6a063d3e3af3457092420bdf1da95 1.42 MB 2,560 20
805,968 805,968 00000000000000000002d46cbb24b7be81fcdcae6331c9a1b1e214f9953b638b 1.63 MB 3,814 13
805,967 805,967 000000000000000000002432d23a06cacc37948e1561cb53a7454ea1798a559c 1.54 MB 2,599 13
805,966 805,966 00000000000000000002216cc0873fb618d569e7af429ee7b77798ea4090225e 2.05 MB 6,005 11
805,965 805,965 00000000000000000003dfa2a9b1b520ea477625310d3ef9c978319cb05f53e9 1.72 MB 3,842 11
805,964 805,964 000000000000000000005bbac3829ea235a12ca6e84719a72d68165858f92d06 1.68 MB 4,354 10
805,963 805,963 0000000000000000000118617d9a9024e05735547ea143acf9182855268f2378 1.87 MB 4,880 10
805,962 805,962 00000000000000000001d046b2305dc9dab75d21bb52d685e9e047c56d6f652a 1.83 MB 5,163 8
805,961 805,961 00000000000000000001200f0ef32a9050e15cf20cce23d37b4bda141dccf5b0 1.79 MB 2,857 12
805,960 805,960 000000000000000000017b03aff0e4d3bf51f7846021f7080887ebb0ae2b2160 1.62 MB 2,369 12
805,959 805,959 000000000000000000010d81de59c3cff9d78e5e256912660c0e5f1eaf919c43 1.42 MB 2,265 16
805,958 805,958 000000000000000000041de867448422c504de15055ae9df38bc700f691a42da 1.72 MB 3,910 11
805,957 805,957 00000000000000000000ea9ba5b1a6702e4180ce4fc3e19f28b57be406fa7ebb 1.97 MB 5,987 10
805,956 805,956 00000000000000000000bccc4df1bb208f5fb50e1c0fb3dc0278cbfacad5233c 1.91 MB 1,638 10
805,955 805,955 000000000000000000042ff5320beda37baae2a2b0c19a3973dfc8874083fcf4 1.30 MB 2,069 19
Previous 10 blocks ↓
Total Size: 687.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,506.93 GB sent, 119.31 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.