Memory Pool Memory Pool Refreshing

6,144 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,667 (629,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
277,706 277,706 00000000000000021879197b6a8078dbcdc8b63f90451881880e451c35a7b549 0.04 MB 103 36
277,705 277,705 00000000000000015024ef24fd2af447d1fa4d64bdde01e31b688f515b9f0e12 0.03 MB 88 50
277,704 277,704 00000000000000011cecb0f7d4d72e77d2fcc63ee34818145b89d3ab773fa59d 0.14 MB 320 38
277,703 277,703 00000000000000007d3f7b4089fee3b9cec3dd9431c7cd263cfe56d772fa1984 0.12 MB 256 40
277,702 277,702 000000000000000275fabb6b8a4ab8dc426b0b9e0ef98f4f341a3e10be8a625e 0.28 MB 650 45
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,603.86 GB sent, 92.40 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.