Memory Pool Memory Pool Refreshing

6,281 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,964 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (823,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,562 84,562 00000000002563411d8bd9f42f543b22349b04afc655b9083facf94a424cc3b4 0.00 MB 1 0
84,561 84,561 00000000001da16680a41e72bd428bbde8af812d9e7d73e2c4741169cf6a2502 0.00 MB 6 0
84,560 84,560 000000000019351c775be87529bedc4b71df1eda00759ca220d04056beda6872 0.00 MB 4 0
84,559 84,559 00000000001ee86e01becb2239a0b42fc9a893f0ab47ad161b238ab639a31753 0.00 MB 2 0
84,558 84,558 00000000001a17c6b4e4384e30f51f4a8f56c40f5aed4c7f7dd9c3e57b9a56cd 0.00 MB 3 0
84,557 84,557 000000000006865cda1bb8978401577bb09276b328b26ba54b72db45c310442f 0.00 MB 5 0
84,556 84,556 00000000001fc70f3b61c669b94c7a185de5253d4d27b4d8404dcb709928141b 0.00 MB 1 0
84,555 84,555 0000000000183edc5546355f2f4eca8427674ff14593c2496b1bfd18e7816d75 0.00 MB 1 0
84,554 84,554 00000000001d15f7ecfaa8f57be0eef33796c0a89f3359cbeef1596c61d1fe95 0.00 MB 2 0
84,553 84,553 00000000002e822f397eeed149ad3335f20a946f3c12ccee2c94a0bf8954f1eb 0.00 MB 1 0
84,552 84,552 00000000002e6d2b70e40d4a6d9437e422190a54e68589b3d7bc2f4988eb7b22 0.00 MB 2 0
84,551 84,551 000000000027dc5b457e9f5466d1e5be7c9a5d4da151001b66bf4cee2490a0f0 0.00 MB 3 0
84,550 84,550 0000000000262d7d72fa0e94fe1ad379ec499d7b0eabdd81a668f1aef7e2f577 0.00 MB 1 0
84,549 84,549 000000000005935aaedfe5b27909d9b43b7b6442deeeb1daf3dfb168aa5cca7b 0.00 MB 2 0
84,548 84,548 000000000019c6aa9842580ea120f6be1e7b128c3723954215dc15462db57809 0.00 MB 1 0
84,547 84,547 00000000001f84934cba2f6c91afeb6db843c9b6de163274faa012c816930bc5 0.00 MB 3 0
84,546 84,546 00000000002cbb55e1a522bec4f432af79e207512ff7d1e610f84a09109c298f 0.00 MB 4 0
84,545 84,545 00000000001ecc26c12988022a62554dcd4bec5c8d07a2e526d8f361a8fb4393 0.00 MB 1 0
84,544 84,544 000000000027e2310b69f9375efb48c08e22303c7e546dcdb7ea34349369bcbc 0.00 MB 1 0
84,543 84,543 00000000000251ba7a2c24943e5092e25dd24ed423718aa09d2964b834cbf52c 0.00 MB 3 0
84,542 84,542 00000000001a66492e563de1fcf7e7bca405d638d141a52b7080ff5a0e695827 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.