Memory Pool Memory Pool Refreshing

6,321 transactions
3.03 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
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (896,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,012 12,012 0000000073ffa8f0322c11e68837df43896d69dc7e1054ed4fdad46d38ae217a 0.00 MB 1 0
12,011 12,011 0000000012c2c7ae332c8eaf61c84615a2463e73649f47de1c64fe6666202416 0.00 MB 1 0
12,010 12,010 00000000c6b7bff1421be24f26324d9c3c0e19b41903aa62a3308cdfe1b972fa 0.00 MB 1 0
12,009 12,009 00000000b56dfd77b27446c5ce37b36136034e4de79eda1c1ba55f743e81a1ce 0.00 MB 1 0
12,008 12,008 00000000a2d14165a587266aad50bf2d69e8f7b1d61dfa462a8e2087ff619126 0.00 MB 1 0
12,007 12,007 0000000080088948c28ae3a808545e7e170d25027f50af3da9249831e414b5d7 0.00 MB 1 0
12,006 12,006 0000000001cdf36dc78cf5f1f486064a1c60d873f97ba3af9abc56e973ee1632 0.00 MB 1 0
12,005 12,005 0000000045a447acf5ea6b56333ee6ffd6a7e5ce2a67342340e5bf3ddc8c1c76 0.00 MB 1 0
12,004 12,004 000000009b7046d59900dd75a91dfb0411a48be21198b7c908ab18495d5d4a87 0.00 MB 1 0
12,003 12,003 0000000024c4608a5c2ae76e2188aab949ea895fcb3800d48db32c2de73c3e9b 0.00 MB 1 0
12,002 12,002 000000002265b70bfe04bd32c422aa04eb29e772211464e93dc218893fa5e99d 0.00 MB 1 0
12,001 12,001 000000009bf236ddb082304d8ad0954cd3292792c4958b643f2ec3c1ac3f026b 0.00 MB 1 0
12,000 12,000 0000000011d1d9f1af3e1d038cebba251f933102dbe181d46a7966191b3299ee 0.00 MB 1 0
11,999 11,999 00000000e99358eee10e0f3938aa83ae2ace7b0e586d39483a45465db5209e68 0.00 MB 1 0
11,998 11,998 0000000023556fd913e73e850bfa9d2e1a8fbc24948816c202812215e2614d7b 0.00 MB 1 0
11,997 11,997 00000000e4361771e6cca41f3c5f2cb2bee7690cb984d6ad4581618a6730728e 0.00 MB 1 0
11,996 11,996 00000000e415b37815bcb5f8cd7fd78a32a9b92a9c64d10793a32d6ed69eeda8 0.00 MB 1 0
11,995 11,995 000000007b4daf0e6288594d0e3552e5eb5a212bc8c41931e0ea22ffbbd01393 0.00 MB 1 0
11,994 11,994 000000001b47681a18fec8e6d959c1757bf62a8e41655d6f81d7168e3f7b8f5d 0.00 MB 1 0
11,993 11,993 00000000b36375e64fef6d4c24fab47a0bd092d4954438c1801284efb3953d5c 0.00 MB 1 0
11,992 11,992 000000003f882b3d74a5397ed61aa8f2e7f29f5a770a4986ec7a7b1c04713d42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.