Memory Pool Memory Pool Refreshing

9,879 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,329 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (848,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,338 59,338 000000000c01d9411025e3d74b9f3d3c013980608149507452c02d323b251b7d 0.00 MB 1 0
59,337 59,337 000000000cce8f6b2bc7a087ec64995ae0a9412059dfea55fbd1eabd02683e27 0.00 MB 1 0
59,336 59,336 0000000002e8be44318fb91baf48b907fdfd5049524bfaa9330a37fbf5587f70 0.00 MB 1 0
59,335 59,335 0000000007faf4d965a61b33fdf9a8f6347783ae3dcf72bf323b857be502e8ad 0.00 MB 2 0
59,334 59,334 0000000000c149bf2a53213b03046e822862771686d64f5d8b6e2145d743d22a 0.00 MB 1 0
59,333 59,333 0000000003419446fe272bc16c63c76617ef8061941889183232bade871e12ca 0.00 MB 2 0
59,332 59,332 000000000b5456ee6b1f808b78c71a6e6ba9813c5737bf83e4e69cd2b8d9ab06 0.00 MB 2 0
59,331 59,331 000000000294413b72dd267fec2f3fb1fed48c930eba1ba7c26c302f1a39a607 0.00 MB 3 0
59,330 59,330 0000000009ef9baffc6fd1d4aa3a9ffc3ed090f855c58cfb610e9b936e571d4f 0.00 MB 2 0
59,329 59,329 0000000003e73c09b70396c2000332276be77b8e31144b0e676b35254c27403c 0.00 MB 1 0
59,328 59,328 000000000ce94cdd3cf88f9ef782c609bd487bfcc468719e607b651a2aece00f 0.00 MB 3 0
59,327 59,327 00000000068b84150bb278fa847600d3c306dd0595ff415d335faa61029c715a 0.00 MB 2 0
59,326 59,326 0000000005fe24f69c4d36be6b3e639ce0b09772c7c5b0778365d981fe16ca48 0.00 MB 1 0
59,325 59,325 000000000ed2f9940b44c43c335c8c64c1da9f1ced7bca49e8a1dc0a293fcc70 0.00 MB 1 0
59,324 59,324 000000000c8874687a0da215d7d037b3ff3a707505745ec81f2726be1d2cd689 0.00 MB 2 0
59,323 59,323 000000000318afc5add9f2099e4296b432aee947ee3a475046adcda6e65e93a3 0.00 MB 2 0
59,322 59,322 00000000028acdbbbfbe36a7b687f6aa0f72e97ee6a41fe161715ce61ec709f0 0.00 MB 2 0
59,321 59,321 000000000b758415fd98e3901c2f43ffbd0aa231614666c9ac60b06a821ab5ab 0.00 MB 1 0
59,320 59,320 000000000f51ec28ff4e4b647cecd22e119b75fdf8d682aa1d3f955580036e3e 0.00 MB 1 0
59,319 59,319 000000000a036e5d46694bb720c8a5fd3781b91f5a2276405a8113b69f05744c 0.00 MB 1 0
59,318 59,318 0000000001666e687059b29cd9f47cbfc7b3bffcb74775391f996e2e65a7bb6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.