Memory Pool Memory Pool Refreshing

8,912 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (722,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,726 185,726 0000000000000523492daad8dc28eb6f83618fe47c446fbb78485cd4863015bc 0.00 MB 12 17
185,725 185,725 000000000000013dbfb7dec8f29f98b9706a7739eb3c806304123f32c5868256 0.03 MB 90 65
185,724 185,724 00000000000008118b6d4edb2034ab7ea0e37dcd183b07f5c0632ad7c03eb282 0.07 MB 177 192
185,723 185,723 000000000000075460d4c68eff8e090b08467b830cb1ea1961b54f93e6097131 0.09 MB 242 174
185,722 185,722 00000000000000d64e39340808f27366426fb7e54177d06e8dd02c159681d1e2 0.17 MB 128 96
185,721 185,721 00000000000008295c4057db9ffdf576528c8b8b3db14fc3250a5100bed5ffbb 0.08 MB 204 97
185,720 185,720 000000000000004bc21c8199afd48db91025b730e2458f39c55abad7a8fe43ec 0.08 MB 200 127
185,719 185,719 00000000000006f011f584dec39299ea589fe0aa9b06d18b41f712410eab70c4 0.02 MB 33 41
185,718 185,718 0000000000000446597484bba2165efef0536d446c5c7367af63d21c356e2701 0.00 MB 9 31
185,717 185,717 00000000000009131c2bd6292f5f5f39b0925ace7d6b8f2d8d8b1e49f9f3bd85 0.10 MB 127 84
185,716 185,716 000000000000067ff51e81da13b46a913ecd3e4eac52796c92a37d785fabb68a 0.03 MB 67 107
185,715 185,715 0000000000000821658c135dce4d6c3e25444f2343226cddcd85351af1bfd378 0.07 MB 180 131
185,714 185,714 00000000000005a701237f3232c7dac8e221954ba097bec1502a6e4ef2a63437 0.19 MB 198 569
185,713 185,713 00000000000008c1e764a268e05c9c3eb3b069d98b01c133d33a02e67bfa142f 0.07 MB 138 97
185,712 185,712 00000000000007e9dd8293440ec2f5793509c081c617580d0bd4180b088cfe18 0.07 MB 241 21
185,711 185,711 0000000000000272dc263400dbe73f0f12cfff4897f2899b1ca377efc3a778e5 0.03 MB 84 33
185,710 185,710 00000000000007008761a738b0a7acd765f1b910595d56b872442ba1ff44ab61 0.26 MB 660 142
185,709 185,709 000000000000054b3cdd1ac574da4070fd78343f77bd15db97642a09df8266ba 0.09 MB 32 611
185,708 185,708 000000000000062f772af7ae2ea87c7b1e00e890e690649b4c9178e798058ea9 0.00 MB 8 17
185,707 185,707 00000000000003316d1d1e30cfbeacd6348c149664a1421099b0c4141710c632 0.12 MB 238 104
185,706 185,706 000000000000017caa40b4c2f725ac60a56c4dadee04278a679fab47cb4d380a 0.16 MB 342 133
Previous 10 blocks ↓
Total Size: 769.24 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.99 GB sent, 94.12 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.