Memory Pool Memory Pool Refreshing

4,368 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (684,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,694 223,694 0000000000000381302b04a745b7d67964abf2d3f31ea20d51d5aca02d8d2a0d 0.25 MB 658 214
223,693 223,693 000000000000028e0b3b3ec5d27250d3058d27e031751f280d1c4f6c941ae0b0 0.31 MB 555 184
223,692 223,692 000000000000004496f2410d8aa3336e57ce08e6a75b3d69d2c6a1e4dd735252 0.09 MB 173 144
223,691 223,691 00000000000003623a976823fea1f7da41c1e4f7893bae1813cfa6f12b80d857 0.25 MB 662 239
223,690 223,690 00000000000000f0a2cd05ae016820a554b6f1524129f681cfe190d2be73b08d 0.26 MB 512 80
223,689 223,689 00000000000004249e6db4a5e9ac87ef72fe0f6d6ffd336d114193a1a0c5599a 0.25 MB 778 359
223,688 223,688 0000000000000008df5b7e5ab0960ece72bc8d255c41a742953f43af59e65431 0.34 MB 519 98
223,687 223,687 00000000000003c70635f01386e0077d9b0cfde8b3fd27ac96b07b8a7f92aa8b 0.16 MB 256 95
223,686 223,686 00000000000003c4e9aba96dc987e29e5bbc206cad4de782b2c9f98e69bc05ba 0.25 MB 424 137
223,685 223,685 0000000000000023758e9e5ea0f209edd2bc4dccd23b7e54e5eedf31f2cbe6ad 0.25 MB 685 217
223,684 223,684 00000000000000e109b1ff78353950b5bd1b894f4a26a85002f0c13061381558 0.25 MB 617 187
223,683 223,683 00000000000000e5837377d58bb70e1e5713b965fd64c4eac2f3a30163ea84ac 0.25 MB 690 252
223,682 223,682 000000000000037cebd51cd7e62c8d5b38439c878546b07983da8617acc38ab1 0.25 MB 477 158
223,681 223,681 000000000000022c64147ea91a9de17390f24b3d4ab074261cb120ccd35cb5f8 0.27 MB 655 198
223,680 223,680 0000000000000042f4f91e680401e1df2f4495483e9f74c3b90bd6fd1e227079 0.05 MB 137 207
223,679 223,679 00000000000000d628fe1f4a53c488db168599a07b294fa5214c614b29a31438 0.22 MB 512 126
223,678 223,678 00000000000000da31041bf29cfd0762c955934a1ad6d36f54de19fc68ad2d85 0.19 MB 298 119
223,677 223,677 00000000000002982e8cc315f70e2eea996471e4bf3062a647ea9031f36c1684 0.25 MB 675 250
223,676 223,676 00000000000002a1c40407a16cd0dc5dc50c69167faf120ea26236b6a64cd537 0.08 MB 132 131
223,675 223,675 000000000000047561a6eff86938d451195bcab97856b255aefb5aa45e3c3f6f 0.20 MB 452 194
223,674 223,674 00000000000000af338999746c3a8c08d75d848d8d8bbd223058ee16eea6175f 0.18 MB 426 199
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.