Memory Pool Memory Pool Refreshing

53,451 transactions
33.28 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
875,355 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,642 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,354 (46,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,115 829,115 00000000000000000001c160356db8e5504d0bff866722d49dbe51bd1ac5cc5e 1.50 MB 2,225 44
829,114 829,114 000000000000000000014ad579b049512b991cb1e5ab8d1ed403f4ff408e4401 1.21 MB 956 33
829,113 829,113 000000000000000000010eb6bf4e324dfee3ffdd2c670edb27d272098c08e575 1.50 MB 1,431 31
829,112 829,112 00000000000000000002f77718afe645d15d581b5f52646a22b5cd0d9428daa6 1.68 MB 2,562 55
829,111 829,111 00000000000000000003861e13674b42a77d14b8ed171a3b0883ec321833eb6b 1.57 MB 2,037 48
829,110 829,110 00000000000000000002ff951e5915e04f64f8235bbcd6757b76cea5fdc0e58c 1.16 MB 736 26
829,109 829,109 00000000000000000002f850f38558247d646901cafe0cb755ef9af50079eb37 1.15 MB 747 32
829,108 829,108 00000000000000000003aecfc308b7389d2ea977ea01de13c32bde0c431fdc1a 1.34 MB 1,126 33
829,107 829,107 00000000000000000001dc33a077aabba939b4658c699d4b3d250683c94d9630 1.13 MB 704 27
829,106 829,106 0000000000000000000200c7f4113e0da7c299e1bc24669d87cfbb266741e7b5 1.62 MB 2,317 36
829,105 829,105 00000000000000000000ba2a12704b59271150528836c76e11bb5d4e7dc4c2bf 1.57 MB 3,038 39
829,104 829,104 00000000000000000002c8a62f1b9f485ddb29892a9a0ace66dceef68a68f328 1.58 MB 2,680 104
829,103 829,103 00000000000000000002704c17229558651bd3fd8f598d55e59b9b924b5e53b0 1.25 MB 1,099 33
829,102 829,102 00000000000000000000fe94e244e5bb08a38737feb3eecf7e5204aea669851f 1.53 MB 2,070 43
829,101 829,101 000000000000000000026ff1398ceec721049d531c61ac4814de6b4ebf27f531 1.60 MB 2,349 27
829,100 829,100 00000000000000000003975faf4e009f29ab4f90e86ac9abbafab3c613111752 1.55 MB 2,876 38
829,099 829,099 00000000000000000002e9802feeff2ff3bb387982bdbfa861c9711ee1937d24 1.55 MB 3,188 82
829,098 829,098 00000000000000000001d76da2f93de3d4ff289bc098c09ba76f3b4655e3bf91 1.57 MB 3,214 80
829,097 829,097 00000000000000000002180fa178eda5b1dff328b88d69f1a52b11b3b9619685 1.63 MB 2,692 46
829,096 829,096 00000000000000000002e88de58b303ae865f499d751ddb72c3656c47cf2fc24 1.71 MB 2,467 36
829,095 829,095 0000000000000000000208938f358531359aba52b9fb56085e3004d77282259b 1.55 MB 2,447 46
Previous 10 blocks ↓
Total Size: 709.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 526.12 GB sent, 8.17 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.