Memory Pool Memory Pool Refreshing

1,849 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (852,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,584 56,584 00000000087773c5bfbac1c2aca249e3a827510527dfb80c4a5a4e191596dbfc 0.00 MB 1 0
56,583 56,583 0000000013f45f24ab11a184a5a0dde0410acac9d1289be1b7ac043e9469b24b 0.00 MB 1 0
56,582 56,582 000000000d255c05d1e0cde80c020f938f112fb0cada1e468202cfba004bc5f9 0.00 MB 1 0
56,581 56,581 00000000039fd6e08cf80cc82edfc9d9624e025ae894c39d2ba4dcb046dc6c93 0.00 MB 1 0
56,580 56,580 000000000f47f3a710268314db00881fdd9eff7bc5cfc85a472d2b281fd5924d 0.00 MB 1 0
56,579 56,579 0000000013727d5fbc58368e3a1d81dcfe7fb6e092752344b366d3effdfa955a 0.00 MB 1 0
56,578 56,578 0000000007bf0ff81851cccc7186833e60527081c07a6b6c026c2603975ddd59 0.00 MB 1 0
56,577 56,577 0000000006debf252bc3649cb656b25cef3d75827183ae6ab78795d9f9b74a20 0.00 MB 1 0
56,576 56,576 0000000005e1382bc5218e527e83d7620b45540a2507cfb1d4a65d4fa06b3038 0.00 MB 1 0
56,575 56,575 000000000e509e1c528238d75eec3817fa49ebcf1ebab68091fd7a9423005432 0.00 MB 1 0
56,574 56,574 000000001534211020dfcee0cba49d876379d379932bd091eded7b115e1d424f 0.00 MB 3 0
56,573 56,573 000000000514bd4dc1f3fdac5f413e0163722efa2cbafdb6647b1afc725c0297 0.00 MB 1 0
56,572 56,572 00000000050c210cfed1188acf67da3a43f76cc16b3008785e87857ffb6666ab 0.00 MB 1 0
56,571 56,571 000000001054cca24a8c2037a01d1c94692dca7c12a5c5beedb1063a4ba6ab53 0.00 MB 1 0
56,570 56,570 00000000126f77d8a28524090dc0018e0038ee05c099f5190869f2abe65f9a32 0.00 MB 1 0
56,569 56,569 0000000015678624e30cfbb5d78f9fabee074fe0909ed9b8766a1856efa89257 0.00 MB 1 0
56,568 56,568 0000000011acb52f09c6f2d81c1270d49ea242810898a1e5bd19a893d532f078 0.00 MB 1 0
56,567 56,567 0000000011624e39727122196d4cb5b2f62fe5eafb3875dbea7556dcc09fd10d 0.00 MB 1 0
56,566 56,566 00000000033ff57f247bd1524a86361549ad802e78037f77f8679c8398e958e7 0.00 MB 1 0
56,565 56,565 000000000acaa5937c61ab8685cac93534fa2f8ae1566e94b98943bec673cfef 0.00 MB 1 0
56,564 56,564 000000000a648bd74284eefe840d8dc9b27e9fb539fb84afff347750c2778183 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.