Memory Pool Memory Pool Refreshing

8,007 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (553,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,738 354,738 00000000000000001237699900a6a995aa3eb623abb1dfc023d4d4f3d666d383 0.35 MB 538 23
354,737 354,737 0000000000000000087256e30d31508a1d2790dd8044858630b9a4137cdab11d 0.60 MB 1,067 25
354,736 354,736 00000000000000000473e3c1b4c67100e03d0edbd4179c49cea3f571283f4031 0.24 MB 351 21
354,735 354,735 000000000000000005b1d6462558ef2e32eee104bbab379d9c7963f3ccf6d8f9 0.27 MB 363 17
354,734 354,734 00000000000000000e80164dc761b0e27dbab79dbce2f7c6d495494cbf062766 0.39 MB 638 23
354,733 354,733 000000000000000003aba3b3a46fda2c65144f9e95ff4195ae2bc822521a739d 0.17 MB 30 3
354,732 354,732 00000000000000000a23a861b76e149caf55ee2c65f8319d547f8b8493dc4898 0.31 MB 469 29
354,731 354,731 00000000000000000d5bb55894be6fe70a5518e4830a31216476cb72ca4f16c1 0.00 MB 1 0
354,730 354,730 00000000000000000c7a40f0a43dca869330506cbfbf8ee108485af0b10c09df 0.08 MB 185 26
354,729 354,729 00000000000000000fc7a152fe9b5e9bf1ffec5bf0b701ef509a5c290440e342 0.15 MB 318 30
354,728 354,728 000000000000000016f24af4e3790b0ceb39e7c5c165043278dfe71a3d6546b5 0.11 MB 211 28
354,727 354,727 0000000000000000167695d00d17e2e93abc6b7aa3e293205f21bf78ac9e61c0 0.16 MB 309 29
354,726 354,726 00000000000000000bc4d194829d4c23bece34d006bef88b1e0107078905e516 0.12 MB 247 32
354,725 354,725 000000000000000014e4dda14af08c28b961523bbfbc07700b1063cae8887610 0.23 MB 525 30
354,724 354,724 0000000000000000029eeee6a6ff5ed273a6b2d9e6ef35d001ea5ff62cbadc82 0.14 MB 312 28
354,723 354,723 000000000000000015ab12ed98d8e9e7bb7b07dd44ef8eb2c12226c91fb700c8 0.08 MB 194 29
354,722 354,722 00000000000000000ea2fcd044af44df0ef8006b02ba4169a68bcac3412de254 0.31 MB 557 24
354,721 354,721 0000000000000000028cfa27f7f39cfe4cf3d3dce1ed9d046cc971e08e502e35 0.27 MB 587 27
354,720 354,720 00000000000000000c930629ee1aac4565db2f0694b18a47b7504ae8cc5752ed 0.48 MB 938 27
354,719 354,719 000000000000000010a00db644950af44680c47aa42992f8d76941d79c67fb24 0.13 MB 256 37
354,718 354,718 000000000000000000633688abe848475260fb83e32bf8a9db16900cacf3d7a2 0.06 MB 136 26
Previous 10 blocks ↓
Total Size: 769.25 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.13 GB sent, 94.17 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.