Memory Pool Memory Pool Refreshing

6,874 transactions
2.77 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
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,257 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (709,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,095 198,095 000000000000005ea0b8206d2bdd809250758accb797b51373f7429f623e1d97 0.17 MB 417 153
198,094 198,094 000000000000021e012ddd0372b15613dc6441ec8d06af8afbc7fffae50b2d39 0.00 MB 10 163
198,093 198,093 000000000000004edee49657e343dda05b277b07e10d4beed3fccf5e2eff942c 0.05 MB 94 122
198,092 198,092 00000000000004f654a5746612ce3904d0a993d848b1d95593ca1514687dd936 0.25 MB 553 128
198,091 198,091 0000000000000597bb88ad10e713c2ff450cc2cc9b3bccca403d2d7956035a14 0.00 MB 9 101
198,090 198,090 000000000000058d4e3b9b58373fffd339e89ba675faf1fa016dd7d9b60d34e2 0.05 MB 137 158
198,089 198,089 000000000000002d1578c38948b74aaaf461e41db1e6ab7e8a2d58aba8d79319 0.25 MB 678 258
198,088 198,088 00000000000003555fcaac0cdc01ca79c5ba8b46b764f61f3fb469ddca5e8305 0.00 MB 13 251
198,087 198,087 000000000000005fee3c893692e1b60e21dd78cce8a7148bb774a6611ce75d4d 0.20 MB 314 225
198,086 198,086 00000000000002dc0dca202eceeee1a6ed0d3ea1f2af491fd756a45b4247cc2e 0.09 MB 282 137
198,085 198,085 0000000000000305d54fd22241482f7d8dae6a7ac947483a9e37249176e37632 0.21 MB 512 202
198,084 198,084 00000000000003dbe6039a4191c68143c685e7a79dc9848e4ba2c76133e454a2 0.08 MB 253 454
198,083 198,083 00000000000003dc2d0a03888633e9e788f62d6868fe459b4174ed11d0b3a24d 0.41 MB 1,024 15
198,082 198,082 000000000000011296dd93227896c9c74cd9c5e3bc2ca29dae8e1e21e405e3f0 0.21 MB 336 134
198,081 198,081 0000000000000191eb7a65bc6095e5c990596baf4e39b33776533600693329c5 0.24 MB 653 126
198,080 198,080 00000000000002d9f07239d20ab6e751066b6b41804bde46d6222517a2ccf549 0.26 MB 516 346
198,079 198,079 00000000000002f990545e55cd1e526b1c56bee7a505625081e0946061e29253 0.17 MB 421 131
198,078 198,078 0000000000000030c2718d70063a01f761f7321b5c00a6a2d33152c39737a8d3 0.06 MB 150 577
198,077 198,077 00000000000002669f81f879f920a4d6e5f9c36805fdc37779c3879131f8fd68 0.13 MB 317 204
198,076 198,076 00000000000000bb60ef6680bc3e77b1cc4098b082334cfb9ab212e7319db602 0.18 MB 256 103
198,075 198,075 00000000000003a1f02f5f34ed2b9393b2e8a3ba77e44eeaf202e34bcfea0f15 0.06 MB 165 197
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.