Memory Pool Memory Pool Refreshing

20,920 transactions
33.66 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (253,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
608,177 608,177 00000000000000000009e5f4871f91505ceadd3db83b8ded78e16621114673dd 0.40 MB 1,075 14
608,176 608,176 000000000000000000149474615894839f908b068751934ed20f9d91640f20b2 1.15 MB 3,103 15
608,175 608,175 00000000000000000007a40a5baae283d00299ccf7073d90a4105739c8bacf89 0.58 MB 1,658 4
608,174 608,174 00000000000000000006412b5dc298916fb5d148e9eca74d89a12fe9ff46c75f 1.27 MB 2,600 17
608,173 608,173 000000000000000000008eb84cb79fb1da096827c79fdd3e4ef501876703f381 1.10 MB 1,079 7
608,172 608,172 0000000000000000000f65207a988814a1d56cbe959b980ef413623d38b02d17 1.26 MB 2,896 22
608,171 608,171 00000000000000000003ef3dc210f062b6c40a2eaf32e40fd9d6e7079d617670 1.20 MB 1,851 9
608,170 608,170 000000000000000000062b01644fe627d940eb216675e292f8bbfcf84702a906 1.33 MB 3,118 22
608,169 608,169 0000000000000000000351d6e09477cf4e98c7a7b5ed19a44f3bc5f74499c70a 1.26 MB 2,734 18
608,168 608,168 00000000000000000004238de85af7921db3f2edad78fed165156b33900a33c4 0.29 MB 789 23
608,167 608,167 00000000000000000014c4245d793185d781eb22d8e7fa5ebdc569555c935505 0.07 MB 160 11
608,166 608,166 0000000000000000000eb088935b47c9b4840ec7e68089952e912d583c6e64ac 1.04 MB 2,696 17
608,165 608,165 00000000000000000010f999ef2eb0dd615e8312d18616f0ade6920a71ea75fb 0.58 MB 1,639 14
608,164 608,164 0000000000000000000c6d14b05c00a5777c4854d5f5be2e451f7455e4111ab1 0.76 MB 2,088 8
608,163 608,163 0000000000000000000234419c510ecef0fecfe21e68c65d488304353463c25a 1.26 MB 2,862 13
608,162 608,162 0000000000000000000e9bc21bf58053743733fe053b63df2a33d04ae8efe802 1.27 MB 2,808 34
608,161 608,161 00000000000000000012dda7560e7ad75e7946c9bfa7a4a785a28b32cfa8d68b 1.08 MB 3,021 16
608,160 608,160 00000000000000000008928ba6d9b9dd79eefbc798e951e016030f6e0dd1121c 1.26 MB 3,415 24
608,159 608,159 0000000000000000000656aa5f186ee3344b465844a94791cceee853560d9529 0.62 MB 1,393 16
608,158 608,158 0000000000000000000b86f21b1e1321a1cb7925ef87ea4686d4b8c87dc50913 0.50 MB 1,261 12
608,157 608,157 000000000000000000038334f14db467110239dac4f220c01c84e05759c7dc0a 0.89 MB 2,374 2
Previous 10 blocks ↓
Total Size: 684.39 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,338.67 GB sent, 100.87 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.