Memory Pool Memory Pool Refreshing

3,341 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 0.92 vMB 3,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (796,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,827 111,827 000000000000964cbdc226cbcc019a30fddec67a4b147b35bc6f9a5c235e1386 0.01 MB 22 178
111,826 111,826 00000000000104a7bafe4c4dad0ac0e7d12b5023ce0ddcf9ce8416f992359115 0.00 MB 1 0
111,825 111,825 000000000000f7384f978be116856e2715abf63a9298edeede567d33c73fd739 0.00 MB 6 0
111,824 111,824 0000000000009485419f4a24bc7653652286b85d9b405978a48da4ed138c66d9 0.00 MB 8 46
111,823 111,823 0000000000002d88e65c67b149ce1f55a6b57d1c61e92d8ff1f8d449b5c7dbaf 0.00 MB 12 3
111,822 111,822 0000000000008f54c530307c1f808d23c2f369e216199744bb84d92eb702dccb 0.00 MB 1 0
111,821 111,821 00000000000011eb26e0071fc790aa35cffb389334990c73a98a53c949d82b23 0.00 MB 3 0
111,820 111,820 000000000000be3f59a7315d96d5124da259ae433d76f5151462206ead341506 0.00 MB 5 0
111,819 111,819 00000000000026c163697626ec6b62edd88c775b3f7fbf1f290138641fd2e7ee 0.00 MB 2 0
111,818 111,818 0000000000010d850bfbfeccff96691627c52a8b1716a4d7c992ab6bae1a948c 0.00 MB 8 0
111,817 111,817 0000000000002a514e1a6dc6e4a07c6db4852ebe1b81cf7acc7021227ae5a2d4 0.00 MB 9 672
111,816 111,816 000000000000feacd2cc5dda95917ae2d1cdfbf29541f28c8e7b5ac430df18f1 0.01 MB 5 167
111,815 111,815 0000000000011ab9c99afd9eb4525effec437c914fe4d801f38b184936fb51b7 0.00 MB 4 0
111,814 111,814 000000000000d6af8e71901fcfdde0a2458038fd368dd3ef54ae1cef0b61ff51 0.00 MB 9 6
111,813 111,813 00000000000124372467998e8b91dffaa15ac51f41432e9ad32db7bc1954cfb5 0.02 MB 21 976
111,812 111,812 000000000000c5c8ae961465733abc4731b5a28e295da6989ce6f2a26c5ceb85 0.00 MB 8 0
111,811 111,811 000000000000a660c00c72583ccae4af7a3f7499fce9321a47b17994fd748dd4 0.00 MB 10 0
111,810 111,810 000000000000fc8f4a076d5a121ccf639a69b741e19eed41bea8d34cbff52aaa 0.00 MB 4 0
111,809 111,809 0000000000007c9379dbc95150773dba89bc718f1d26b220031c87bc9c66ceb0 0.00 MB 11 0
111,808 111,808 000000000000161742b5dbd6bce5bb5e91dffff5dd5b520b3def10b151f00964 0.00 MB 5 0
111,807 111,807 0000000000010994f741452adbcc27e07bcb1fb089d7fff190394c7c550234e5 0.00 MB 11 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.56 GB sent, 94.33 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.