Memory Pool Memory Pool Refreshing

268 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (882,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,434 26,434 00000000e18f400c6ce378b3712e14c85a3c8aded543be933b46f27fd75f9ef7 0.00 MB 1 0
26,433 26,433 00000000a40f0396f8eb5b52707cccd303e467860a0923f0731d638b93fbabb7 0.00 MB 1 0
26,432 26,432 0000000037a2eec59673194e9974706a9ae3412145d7a70f45e08492b95b3028 0.00 MB 1 0
26,431 26,431 0000000054a4edf2013f57ba818f411a2aff86a24b33f59537d9ee75ce3b4721 0.00 MB 1 0
26,430 26,430 00000000609cee7e6cf0265f2080a81578255bcaed7bdf22944d9e8340c5d581 0.00 MB 1 0
26,429 26,429 00000000d02ff5ae9901601fe89d16c8265ba9e1e1bdfbe29c811c23987c1c74 0.00 MB 1 0
26,428 26,428 00000000a849bb225750812775dc3bebf3e3767868d916df0e6e37d7dd183df5 0.00 MB 1 0
26,427 26,427 000000002d0dd9b721136c5f4965b8e1648e2e4e4fd7d9c5fce29f67841cb021 0.00 MB 1 0
26,426 26,426 0000000031cc04dcc8fddcdc612832d80bcce8bf54c2b2684a02e550b4d4d72f 0.00 MB 1 0
26,425 26,425 000000008d35d9f815114e5e2586a28acf854ad5b1b712764b03374c81025016 0.00 MB 1 0
26,424 26,424 00000000b32b29c61d72dafdba18b0585caca88313bfe8771e6c171754f9973b 0.00 MB 1 0
26,423 26,423 000000005fdd9295e00a1fd09a81053500db3fd4e170b05a6caad09405b4f994 0.00 MB 1 0
26,422 26,422 000000003c5ce0c52d219cda6af773ea0387ae14e1084b2e3f91531cd46e993c 0.00 MB 1 0
26,421 26,421 000000005bce540b3a2eab548943c350e58329241a5e06abe4fbd48a55d577e0 0.00 MB 1 0
26,420 26,420 000000006867c8cd49b2300cfe23c3cb668d86b22424ccd41462833fbe17190c 0.00 MB 1 0
26,419 26,419 000000007f18efd44fd5adc00d7b0decbb78288ddab216aac5188949776f243c 0.00 MB 1 0
26,418 26,418 00000000a0d97e95dc3851defc451054256c71f13ab2807b01a9ecc9da1c6739 0.00 MB 1 0
26,417 26,417 000000003a1df2d4a60cd4657325ecdd502e08c4f917b4722dbda8ea68a15dac 0.00 MB 1 0
26,416 26,416 00000000fbddd5afbf2e04735c9ffaa1118a632b3306e5c8bfb1a9c6933ab863 0.00 MB 1 0
26,415 26,415 000000009f899e3d0f115e48c1a5f6d5e1f849c13ba374758d4a8bfde5acc2e0 0.00 MB 1 0
26,414 26,414 000000007488dc8ee100f40bf7f15e51ed83965ce7c4956f6904a03b6ed935dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.