Memory Pool Memory Pool Refreshing

33,842 transactions
30.26 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,267 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,115 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,266 (58,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,332 803,332 000000000000000000033ed3777c5c7b02e33928d9d33ebdd70381eeec954714 1.43 MB 2,673 18
803,331 803,331 000000000000000000036e6a8c58bd1c230e8b39329347b418c9e8010de249c8 1.28 MB 1,968 11
803,330 803,330 00000000000000000002148e655dbb2ee5ff2cf90b69a2a4f3915707325ac9a7 1.53 MB 2,848 26
803,329 803,329 00000000000000000002d65af5273ab792ce24c30ed55fa2b7ddabd8336e71ce 1.53 MB 3,432 19
803,328 803,328 00000000000000000001cbfb9ba1dc22aa9d6e08ffb297a6c5283e94dbcc4710 1.20 MB 1,114 9
803,327 803,327 00000000000000000001d1010a108a5c817e98bce786ff33b8297951efee42db 1.11 MB 699 8
803,326 803,326 000000000000000000016c567d5d1312b86c7cfe8f5106fe9723d650d1ffd89d 1.28 MB 1,637 11
803,325 803,325 0000000000000000000542e0db5070bfa1b2b5438eb2764a25c789a1edd75c81 1.36 MB 729 7
803,324 803,324 0000000000000000000425adb951043f10bbbff3c02f0c425ff8fcf5994b89e2 1.46 MB 2,058 12
803,323 803,323 00000000000000000005164d66bf877df1fc8cc149e6dc3d8816145d5d3128f9 1.49 MB 1,271 8
803,322 803,322 000000000000000000001fc8483b5c7cc631b9f3510850e25601ca1eb3ace90c 1.82 MB 1,844 12
803,321 803,321 00000000000000000003fa548103d35a1d13c637056a11573d9e42e9c8019c7f 1.69 MB 2,921 8
803,320 803,320 0000000000000000000052abb97033235df7657a23e21b374453aa0191c33c5d 1.58 MB 3,036 16
803,319 803,319 000000000000000000037068eb0d54a682190c209921f37168c47072029fd926 1.64 MB 2,555 10
803,318 803,318 00000000000000000002b66b4102080add20e09956f1036aeb369d0ffdaa3da4 1.63 MB 3,074 12
803,317 803,317 00000000000000000000b6aa15c7d9e55648f77594bb7757176dd9fd4000689d 1.49 MB 2,933 13
803,316 803,316 0000000000000000000121726e7ee6128755e4ba4897465baf2fd2ebda0285fa 1.54 MB 3,396 20
803,315 803,315 0000000000000000000030c092b19cb9a58a66e7e07c8b0e9d0d2f3a53c4b28c 1.48 MB 3,114 28
803,314 803,314 00000000000000000002350130430eb51a532ac3aaa7d0de2c4fcff8f84ebcbf 1.44 MB 3,204 26
803,313 803,313 000000000000000000042473f30ca572ddc1937c54204e278d6e9ecd20fcd265 1.18 MB 1,130 9
803,312 803,312 00000000000000000001ac19fda09e53111179a5635057a3a5e0827387feac6b 1.26 MB 1,848 9
Previous 10 blocks ↓
Total Size: 684.67 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,360.42 GB sent, 102.79 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.