Memory Pool Memory Pool Refreshing

5,600 transactions (2.36 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,496 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (898,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,512 10,512 00000000ac4480f6a405ee9b3975a59fe8a8162e146980206eb0d140c9ad9485 0.00 MB 1 0
10,511 10,511 00000000c85cd5e75a6f28ec9db5137da506afda70b48379c4ee6fb52b108a35 0.00 MB 1 0
10,510 10,510 000000005635a958ec1f39279dde03861db52d3c108f9e7f9e48536b9225229e 0.00 MB 1 0
10,509 10,509 00000000c473a781e6ce5452f0460e59f0975a619a08556422393538cd6dde86 0.00 MB 1 0
10,508 10,508 00000000e1ba50ca8cf8b176adadb708a0da1f2df670a77609b52e206cb0e3e4 0.00 MB 1 0
10,507 10,507 000000003069def42331c24dbde0c8550f17683a94789b2099ef2ec84a738ca3 0.00 MB 1 0
10,506 10,506 000000005981dfdbf3a403f09ce5baf2ae2a6fef3d789759fd5db0e604ec6420 0.00 MB 1 0
10,505 10,505 000000009e1a440a7f1c8687fb419e5b0469f4ac72f1068317a01cfccd6f9fa6 0.00 MB 1 0
10,504 10,504 000000005876cc00ffe358104af345988a4400c4625df9042801d88478b1a6de 0.00 MB 1 0
10,503 10,503 00000000bb0f1dd4569a26382a1433cfd9fdbcd01845d3b489a585698ac0585c 0.00 MB 1 0
10,502 10,502 00000000c8d9c13b9dc4c60c43e708ca77de96954a631dcffd280a02b326c7ec 0.00 MB 1 0
10,501 10,501 0000000075dcf7b5533218b4614f843149da32645c339352a01cea8263093429 0.00 MB 1 0
10,500 10,500 00000000e6d1be14564ac099e26074c84e8c5ac8332413c2db3cafc0634711ea 0.00 MB 1 0
10,499 10,499 00000000b22cc14166695195ab29edb7343bc8e89569c1f3b796957f20595923 0.00 MB 1 0
10,498 10,498 0000000078cb1852ae76e3e416c6ea578390921c493482d28e5b66ce7ab30c63 0.00 MB 1 0
10,497 10,497 000000007c1feb01f92a55dbecb3e1c62e97c79732e517a1e0f0861cf1fb5084 0.00 MB 1 0
10,496 10,496 000000000fbe2e30868b0526533d8da60bf7aecd343a7ce524cfcf55eee498f8 0.00 MB 1 0
10,495 10,495 00000000d83c8106fc1c301aba4b87c49de7450b0f4c89cc7be4623386cb868a 0.00 MB 1 0
10,494 10,494 0000000088cc6843783e9b06e69a5be8cc72f62aef7f43c0dd0be2ae4a924114 0.00 MB 1 0
10,493 10,493 0000000065c2b495f445524328c3ec2e3866c978899a4297671cb00623f93610 0.00 MB 1 0
10,492 10,492 00000000e44a0c0849cbc3b014843b25526d5e06ba61135cf7e372b5115b385e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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: 1,867.90 GB sent, 105.21 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.