Memory Pool Memory Pool Refreshing

4,651 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (799,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,395 108,395 0000000000011a58390644e5fb38caa2a4a4e3bd8d213cddb8ba42e6142e96b9 0.00 MB 8 0
108,394 108,394 000000000001384376582b1db67f01fa9fd678ff12af4e79960c344e7a9c044e 0.00 MB 11 0
108,393 108,393 000000000001581d418db3afd16dc870218d92a4c461d889c625a5055a99cddb 0.00 MB 1 0
108,392 108,392 000000000001a7bd37ef8bf8e84c8a8f55b9ff299b333556e29781a5d8276c20 0.00 MB 3 0
108,391 108,391 00000000000063c1d877863403f38b0c57be145569b172c40ae42b453b7d5000 0.00 MB 1 0
108,390 108,390 00000000000085098b6ca15e035dd465f88b6eabb3b159efb0fc417d72d822e8 0.00 MB 1 0
108,389 108,389 0000000000015f63bae551b919c1c3384d942275d1fd9502819ea4b3a74be7d9 0.00 MB 1 0
108,388 108,388 000000000000c8e08d9e115210ae80c7ecd645e3bb6a9692f2b0ad1c495ab6de 0.00 MB 5 0
108,387 108,387 0000000000008b4266b39ad414a243528eff5b1736292aa3b9569864d6c5a808 0.00 MB 11 0
108,386 108,386 0000000000027cd31fffddf65f8475c80ca48eae768b8eeee5bf3a6b8b5d35df 0.00 MB 20 0
108,385 108,385 000000000000a078904a9d716762303c5abb9603e20ea821704c393631caba3d 0.01 MB 7 0
108,384 108,384 00000000000151ead4471fa7eca9b106ec6ea2a233fe2e37892f51eebd150f6c 0.00 MB 5 0
108,383 108,383 000000000000ecf6052f8cae0656bfa1069595664e4e000ea9297e3b955c79fc 0.00 MB 6 0
108,382 108,382 0000000000005f7a83c0f422e75692e9650ad14710145033cbf275fdc139781a 0.01 MB 30 0
108,381 108,381 000000000002702edaf5cfa63eeba2739c29e5455cbc21c2d8fa38da9e50f81e 0.00 MB 3 0
108,380 108,380 0000000000017936f4ebd39a19564260a26a9475f1a06793eec58aefb71a4835 0.00 MB 1 0
108,379 108,379 000000000001f9859d1f2c15be59a83aa15ededc766e826103c5d94af2901964 0.00 MB 1 0
108,378 108,378 000000000001ee1236eff82648ac9c9650d88179ed5f0ec0efe835da9b43f884 0.00 MB 2 0
108,377 108,377 000000000002711721ebd5bbefd9423222d4d79f5e78a56a9c208a86c90e76a9 0.00 MB 1 0
108,376 108,376 00000000000238d19c0cd1107258b4f634d95ab73bd50eb1e7417405319ac34c 0.00 MB 5 0
108,375 108,375 0000000000006be8785dcf6434031da51c669751fca038a7502b2c493154750d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.