Memory Pool Memory Pool Refreshing

70,860 transactions
26.68 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,018 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,932 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,017 (59,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,154 802,154 000000000000000000040c44a992f344be6bc7a4c742fc524ed82abb895cdf5d 2.71 MB 1,281 14
802,153 802,153 0000000000000000000018e98f4e4db7fab6add5dfdf0a7f6a7496a544b32558 1.58 MB 2,662 28
802,152 802,152 0000000000000000000500e6c4a1ed3c0b5ff20a08fa92108a72adfe1b3e24b4 2.65 MB 1,081 12
802,151 802,151 00000000000000000000e4cf7a7c6915358a647043c21dcd19cf44a661393009 1.55 MB 2,877 20
802,150 802,150 000000000000000000037297be3a87aacb5c688aa19d5849fd700aba6222d981 1.35 MB 2,157 21
802,149 802,149 0000000000000000000255205686868361838481d485dbf64d68e763f183f124 1.51 MB 2,704 18
802,148 802,148 000000000000000000050ba2ed69aec24a89d338e0caf8a8da8da75bade8cf36 1.38 MB 2,224 22
802,147 802,147 00000000000000000000657e341abe4dafbbcfd2a5b10a00ae91de4b90fb533b 1.45 MB 3,084 32
802,146 802,146 00000000000000000002b6a3bd3d84beb7947a6e73237caba184c25637f3f545 2.81 MB 1,411 14
802,145 802,145 0000000000000000000114b4228a18d1b914957d2d5dcbc1f1f04209fb325579 1.75 MB 2,084 19
802,144 802,144 000000000000000000045e586e0a059725128c74a887acc22158cbb533f90bb3 1.49 MB 3,669 27
802,143 802,143 00000000000000000004f609b4f8ac83e529ddcc9a27cc9f35714c83ef040c8d 1.85 MB 2,594 16
802,142 802,142 00000000000000000001cd404ec6119370d70c04fbaf6d6a8b5c6b5f81fed838 1.60 MB 3,335 18
802,141 802,141 00000000000000000004ed54b5c2f4dddf0c5825935fe2f4de7547ca876ea56f 1.13 MB 913 18
802,140 802,140 000000000000000000053586f76a5491655c21adeaf0fb8d6064d2575b0fce33 1.54 MB 3,154 29
802,139 802,139 00000000000000000004bba77335db58749ba4cc90819367699ac33b99a8a62e 1.52 MB 3,021 26
802,138 802,138 00000000000000000004a0349a17abc51d42768bfe6d8aec852d1c4fa05c894f 1.30 MB 1,942 20
802,137 802,137 00000000000000000001658f9b5cf7178bcda8789a0c1f3b210c9fbb3d160c87 1.50 MB 3,385 21
802,136 802,136 00000000000000000002876c5287dccbf8f7ba81732fb606f855419c647507ef 1.48 MB 3,109 34
802,135 802,135 0000000000000000000342fed43aa19b7f64c554e3b5112bf64d1e49243ffaa5 1.62 MB 3,108 23
802,134 802,134 00000000000000000004d2d9a309fb2021b697607a56ae87256f805545c3b8d8 1.52 MB 3,689 22
Previous 10 blocks ↓
Total Size: 684.19 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,329.80 GB sent, 99.73 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.