Memory Pool Memory Pool Refreshing

2,936 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (491,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,254 416,254 000000000000000001f6362508dfc2d4e10f02387a936f8942c0e2cfcade2d8c 1.00 MB 122 3
416,253 416,253 000000000000000004dd06623c27ae5a8dd5e5cd19e681f992667b68735d6381 1.00 MB 1,632 46
416,252 416,252 000000000000000003577e8d6060a549484f1dad8a041f00f4c11f219bc6e244 1.00 MB 2,168 66
416,251 416,251 000000000000000001f7ffd2e1abea9b1bb945aca15e464a63851339c20c3907 1.00 MB 2,536 54
416,250 416,250 0000000000000000015b8534aaf3265a762dd5f0cc6664c1f461516946274908 1.00 MB 2,240 78
416,249 416,249 000000000000000000ffe9a03fef53bd950e637e35b9d335f8bc26d5b5ae9644 1.00 MB 2,182 42
416,248 416,248 000000000000000004b43b54875d7449bd5941119df175f5c59a8ccaabc62d58 1.00 MB 1,960 40
416,247 416,247 00000000000000000416fdfe47aa4a39d8cf07424d8c67764943c8c7beb34b70 1.00 MB 2,151 58
416,246 416,246 00000000000000000263a1611742462b4203ac4ef67a7d4c2469a1f897ef32ad 1.00 MB 383 36
416,245 416,245 00000000000000000171f80e5bfdae293e86c69b38e697f6adafca12bfa672ce 1.00 MB 924 48
416,244 416,244 0000000000000000030169e2867759be427b47d5156448645a62baf7d93081a5 1.00 MB 2,276 67
416,243 416,243 0000000000000000051cdb74b27445cd7fa0a75bc55cd7c9742ad42c157f66eb 1.00 MB 81 2
416,242 416,242 000000000000000002f57e31c8a781675d7851864bb1a0ea443be7846f829e66 1.00 MB 187 5
416,241 416,241 0000000000000000011c88f4537d83df5aa885fdfca7ad85bb253c7b29a3346e 1.00 MB 2,299 61
416,240 416,240 00000000000000000446c1fd84790fb4ad0eaa3d415847ecef4f6eae4d6a9bdd 1.00 MB 2,602 49
416,239 416,239 000000000000000004e088a49adecb9a9bd749d5e3bda8a5e1c93c9b910a7d52 1.00 MB 2,779 65
416,238 416,238 000000000000000002ac22e83f6fc31de354072fc36ba3cc79b505489b30e740 1.00 MB 2,384 69
416,237 416,237 000000000000000002a7f05764f47032ef0d3675d9b4c4a0d33fbc56a6938483 1.00 MB 3,435 59
416,236 416,236 000000000000000001db6b45a8f55d29b30a1402683a613941ff609817efe940 1.00 MB 2,466 57
416,235 416,235 000000000000000003d70baa066ab308810a406db6f796113530d6c63e64b2c3 1.00 MB 2,026 79
416,234 416,234 000000000000000003769d4c126d5d900659db69f08170b35f8ecee250e3d848 1.00 MB 627 63
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.