Memory Pool Memory Pool Refreshing

7,131 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (629,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,727 277,727 000000000000000052e3cc1d3b6b4047b65fe5d79d638bd7e9dc3aa8e8bb7539 0.16 MB 394 45
277,726 277,726 0000000000000002e686aa422a9a572e5e2667478fde4a3e5ce1c409ab037bda 0.03 MB 21 16
277,725 277,725 00000000000000031e219a8d76b5fe5ddd7c1ed663ae2c6a4ef2678075d21c69 0.04 MB 48 20
277,724 277,724 0000000000000001e20176e1224176f677ddc065831cf226a45cf47ff93ff948 0.20 MB 381 36
277,723 277,723 00000000000000024f367ad533ba89001d3a74fa153344be23d5c58124531ee8 0.06 MB 149 49
277,722 277,722 00000000000000000ad9992cdb1bbb71e9c8be3cf8a65aa1a4aa94d6ea01b772 0.11 MB 196 32
277,721 277,721 000000000000000377e7076dd6ac5cf587c83d7adf75275e412163abdbd1dec9 0.12 MB 228 30
277,720 277,720 0000000000000001e3458a5ee1b28ae63fd09f311a2ef9e35999c822b355dfd4 0.03 MB 38 28
277,719 277,719 0000000000000002ee6e91d0fb279924dcb3e96e5a15d6ca3e69deb0c0af4ee9 0.23 MB 404 45
277,718 277,718 00000000000000008147edaf96eeb4b1bf4223ef94c126b89742de51c76ac060 0.05 MB 115 30
277,717 277,717 00000000000000012144b6aa0f2d484d902c5f31662be5db4f214230f285a819 0.18 MB 420 50
277,716 277,716 00000000000000034e2a56106ce1900955f300eef7f85c896bfb425286593a5d 0.17 MB 392 48
277,715 277,715 0000000000000003690900dd2a2ae53af94b9f8e72e0a41ae55aa782e98348b2 0.09 MB 170 31
277,714 277,714 000000000000000237197154806c13a5741cce143f8d19bc243c1ae1f04fbfe6 0.12 MB 244 26
277,713 277,713 0000000000000001a6c33cbacd7eddf513adfcc24ef292dbbf9be73ca2e789b4 0.11 MB 256 61
277,712 277,712 000000000000000250a3f1526d74813fc544d2e6f1a128d2926ea22fd1dd6320 0.18 MB 395 42
277,711 277,711 00000000000000025bf92dc68d781ea6a7117b62274fa34855b8e98e4de29336 0.09 MB 146 33
277,710 277,710 000000000000000045249e78d47e31553c05ed24997c73098717d2ee86ebe14a 0.12 MB 309 51
277,709 277,709 00000000000000023a3bec576191539ddc0ce8b7f5e67ddf5a8bb5de134e4728 0.09 MB 249 26
277,708 277,708 00000000000000008773bba0140eccc0967fc0081b38fc49768470e118902ed1 0.22 MB 449 41
277,707 277,707 0000000000000000e59a7275e6431e6f0d3e1ef7d3bc8467f677d7871b16b0aa 0.00 MB 7 21
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.