Memory Pool Memory Pool Refreshing

3,187 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,897 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (2,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,464 905,464 000000000000000000021a47207c3712585fd6bccf110e3dcc1b62a755d22e0a 1.68 MB 2,414 4
905,463 905,463 000000000000000000008beb77dea625628f55ed3b4ce9c880397d85b998a5a9 1.80 MB 4,272 1
905,462 905,462 0000000000000000000129458230ae39d3ed01121b3b2c1644f980b10fd03037 1.70 MB 3,814 1
905,461 905,461 0000000000000000000189e594f77e0c51c05e1ccd662bfba89f43caf521343a 1.67 MB 2,064 3
905,460 905,460 000000000000000000016668a676115613ac77f505714d24824993dfbb849be0 1.79 MB 4,113 2
905,459 905,459 000000000000000000013beddee3946d7d866dbce2848d82c6928e70a2688cc3 1.55 MB 1,487 3
905,458 905,458 000000000000000000022b16e8a924853ce3f8cafc144c467dc4e9f7e140d994 1.51 MB 3,256 6
905,457 905,457 000000000000000000001b6d805df22c523f50c39c2be2e6dc940d458203cf62 1.76 MB 4,767 1
905,456 905,456 000000000000000000014de669ca69eeb20c45517e1b79b236c4cc1e4e02285d 1.59 MB 3,673 2
905,455 905,455 0000000000000000000236b79a0e71955b49e086deb06f2db3ee9ac3440e72ab 1.55 MB 3,276 6
905,454 905,454 00000000000000000000348405502d417af16915c3f235031186a5b0ca4f0acd 1.65 MB 4,107 2
905,453 905,453 0000000000000000000056d43692b55d7aa435149ab92fc8ddff5db58ae4cb2d 1.54 MB 2,695 5
905,452 905,452 000000000000000000005a99c91895f644028b4d66a154dc1d87cbfc0cb28b60 1.81 MB 3,876 1
905,451 905,451 00000000000000000000ead9f4d54afa2a47d604180a1cedf67eb2855b1eb1ea 1.78 MB 4,857 1
905,450 905,450 00000000000000000000d107a35437e6a8fe28fad45eac3409673c38114ded00 1.62 MB 3,915 2
905,449 905,449 00000000000000000000465a2335c46b9fc118b69ccb51bc6a9bd647a32b589c 1.58 MB 2,927 3
905,448 905,448 0000000000000000000070f5b6811d9e5806eab361a433287614820b6fc5cf8a 1.61 MB 3,232 9
905,447 905,447 00000000000000000000f557a18df43e7b49a54d3f3cce7e547b461f87e2e7e0 1.47 MB 2,974 5
905,446 905,446 00000000000000000001b07a3db795915b6e949c56204faf725caf41120d259c 1.62 MB 3,688 2
905,445 905,445 0000000000000000000166762ea1549db46a643663810244642266b16143cc94 1.45 MB 2,805 6
905,444 905,444 00000000000000000000d8198e0a9cc8ba8f96d5b14e721174188b4b3c2865be 1.54 MB 2,679 5
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

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