Memory Pool Memory Pool Refreshing

13,451 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,010 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (22,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,481 885,481 000000000000000000007ec8e3a7c9418f17c3b2773645e8dc3812b020771f9e 1.73 MB 3,940 5
885,480 885,480 00000000000000000001925bbf248500352c8f11d2327af8e91b21ceb5267b5f 1.61 MB 1,869 6
885,479 885,479 000000000000000000015c8a6c854763ebf5dc3e29c50b665b325ff654c004af 1.93 MB 2,579 4
885,478 885,478 000000000000000000003fe5570cb490c10c3538c68f5c89b8edbd6c4ee676ab 1.30 MB 1,991 7
885,477 885,477 0000000000000000000222d2ad776b1e60b8a5716bd55c11169d6da9b3bc021e 1.13 MB 545 5
885,476 885,476 00000000000000000002627a423cabf6c486e006d30fea91943210c9559ed348 1.16 MB 604 6
885,475 885,475 00000000000000000001db2781af67e14350ba1fda6f0253c34952c8f641ad58 1.42 MB 1,817 6
885,474 885,474 0000000000000000000287524dca5e2d98e4845ad54994fe8f11cefa7372f740 1.61 MB 2,956 9
885,473 885,473 00000000000000000001dfaa1514e4bb99f2ee64df09ac7c987087aeaa4d25d3 1.50 MB 3,524 9
885,472 885,472 0000000000000000000126cd0294ffeb1abef177fca72d9c0d9377ff86f104a2 1.45 MB 852 4
885,471 885,471 000000000000000000003df423259d1694898ff135d82b3b3f7db9a81aa53009 1.63 MB 2,120 6
885,470 885,470 0000000000000000000250b356d86921a3fb8025a0e82748d27784110485f81e 1.90 MB 1,321 5
885,469 885,469 000000000000000000027f2c699eba38390f7236b47c132c3b6df491de0fdc1d 1.20 MB 1,444 6
885,468 885,468 00000000000000000000d9859c75d2102c9fd47d9b97930b5f1eba4b0f5ee2f4 1.02 MB 194 5
885,467 885,467 0000000000000000000093206b2da04ed11f57068b3a2b4b1dd212964202dbb2 1.59 MB 2,737 7
885,466 885,466 0000000000000000000026062d278584d8bd9a5fb33ae55ef03b9624c40dced3 1.06 MB 433 5
885,465 885,465 00000000000000000001512926d126d30f059e9bb8325a6b63ddce61dcb59fbc 1.25 MB 1,353 6
885,464 885,464 00000000000000000001df6a3f30486c9c798444d66e3359c2ab3bbe984450ce 1.25 MB 1,102 6
885,463 885,463 00000000000000000000ee6b4c734eeb7b18db84468b0bc181792013fa8cb088 1.60 MB 3,077 8
885,462 885,462 0000000000000000000123459c8e10a6d2ba30ab50fbe38d0fb9db28afa5d5fc 1.70 MB 3,895 8
885,461 885,461 00000000000000000001d550dea125c2548792aec672de9f6f688c4842635b42 1.49 MB 2,769 13
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.