Memory Pool Memory Pool Refreshing

4,693 transactions
15.05 vMB
Show Random Selection Loading Transactions
Max Size: 63/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (859,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,383 48,383 00000000103226f85fe2b68795f087dcec345e523363f18017e60b5c94175355 0.00 MB 1 0
48,382 48,382 0000000035afa55f661c22551b5bf5054b7d95ba053bbdf242097b66a688aa76 0.00 MB 1 0
48,381 48,381 000000000f8d7cc18fd556a879f10734d6eee71cb3feabe88b07a63b932b15f3 0.00 MB 1 0
48,380 48,380 0000000024bee8de7cd887a6e8b8acfddd108f8636d931869e05602e16d600cc 0.00 MB 1 0
48,379 48,379 0000000034583679b30394b2d294d62742ce711d5264c4b92de403d30cae031c 0.00 MB 1 0
48,378 48,378 0000000009fde8c6a05429cd169a103a730e7e2c5c05abbdbc36266d81e3af40 0.00 MB 1 0
48,377 48,377 000000000a52d1e3a570ba482247678dec388bd5968eb35899824976f31cef3a 0.00 MB 1 0
48,376 48,376 0000000018bf000f07a8cd1c27df2c016f8b5bcc6de6cfb8f20b6ed23719c69b 0.00 MB 1 0
48,375 48,375 000000000b7f098c54b0a55b4845ccf7f46d070cea67ad95b1001b2771a5bf61 0.00 MB 1 0
48,374 48,374 000000000b1863e1aac033aef27ef836cdb0d31aea30a1390a0493f0c9ab4e09 0.00 MB 1 0
48,373 48,373 0000000023307ec055d106655a21f532c0fbf8e99adf93fda1ed61b4b440dce0 0.00 MB 1 0
48,372 48,372 000000000c8d9dfbd16da3313fae9cafe2bdef915c321d3e4d4ad24c02dbdc7e 0.00 MB 1 0
48,371 48,371 000000003336056e755873628b842583baa50075fd32fb0b264e966cf4e64946 0.00 MB 1 0
48,370 48,370 000000002fda9243242907466cf7ae00bb17af6d96501197d633afb462178261 0.00 MB 1 0
48,369 48,369 00000000246366f7fca1654f8e814cfced94687fd94d5c9444270460c949d700 0.00 MB 1 0
48,368 48,368 00000000149aac4ac5e6de90a2b9fefe8ab510a4019b907da4ed3f2ba458e56e 0.00 MB 1 0
48,367 48,367 00000000234ff0b2e77d6ec2cae8623e82f46a8ce4dc245a4367d78f899335bc 0.00 MB 1 0
48,366 48,366 000000000dd9899ca19bd42949281b88286901a4ddef3274a790aea8f7c340e0 0.00 MB 1 0
48,365 48,365 000000001b3c26092983f5a89d7d62a7983f1930a2fcdb98af749cf49510416a 0.00 MB 1 0
48,364 48,364 000000000c7b71dfb99caba64a1aea761b6af69498d2eed9358b9f43485658a8 0.00 MB 1 0
48,363 48,363 000000002e26ceebf41bc1350f9a6083b9c51c26e8f518d5fa458f924de955bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.