Memory Pool Memory Pool Refreshing

2,833 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (646,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,024 261,024 0000000000000012220e1f2b3f8a1568f536d351b5cfd48850c1624ed9d70240 0.10 MB 153 31
261,023 261,023 0000000000000002e908a1d648f3c877ad6d9b8262410c80608cfc0ebfac4469 0.25 MB 574 112
261,022 261,022 000000000000000f242946f7bff9be7d0657f2595a77610c7715833b3613dd6e 0.09 MB 131 81
261,021 261,021 0000000000000018d7131eed8205133230eff3f1b53c83ceb38e6e55f545a146 0.02 MB 28 112
261,020 261,020 0000000000000002a9c54bf603e6d461fc3a0b5b468345b087288d5796c313e4 0.04 MB 81 81
261,019 261,019 00000000000000165bf90d418d09c92a1c017d5c2508fd307a440855783803bb 0.08 MB 87 18
261,018 261,018 000000000000000e6d8f7dc786ac32c1e0ad21fda97158785e4ebb7fd370248b 0.08 MB 100 55
261,017 261,017 00000000000000128a2ec80b0651b517aed531dd292cb987f59809f232873a2e 0.14 MB 151 57
261,016 261,016 00000000000000155ae06974505a748caca393b3877eb2416da379d10819bc79 0.04 MB 86 103
261,015 261,015 000000000000001a483e1181abd2d07e2cc77662e6cfa9e3133b61d4855a6931 0.09 MB 136 87
261,014 261,014 0000000000000007a7388522bd0f1b53b424ca9cbd5b52bf0c07d34d3d540be6 0.14 MB 108 71
261,013 261,013 00000000000000183db9374c6fc869fbe6a1b318dd7185ac6682920019273ce2 0.03 MB 77 103
261,012 261,012 0000000000000008417c743acd397423aa21f9a77c17848814edb9e889c3cccc 0.11 MB 250 105
261,011 261,011 000000000000000e92492ba6fa76e330f778b1278aa17a7af0bf8771db5caf48 0.02 MB 40 191
261,010 261,010 00000000000000187bcabd16ef549fed3c61bfd4c0d72eab0d8ab6fb28b9a189 0.05 MB 123 81
261,009 261,009 0000000000000006210fc30b11dbc964ab10e34f25f5a15e524b7963bb6a307a 0.17 MB 479 66
261,008 261,008 0000000000000009dd19505c6176b186f18c8d45951b8cbd9059e6fab4bf8016 0.09 MB 214 95
261,007 261,007 000000000000000576e94b1afd22217be53ffa21b06313bcc55443efb06b1170 0.68 MB 965 71
261,006 261,006 0000000000000009da987d71feaae0b402be79e185a363627ea0136fd968e7d7 0.25 MB 456 113
261,005 261,005 000000000000001c4a867010775944c739167d8953543d10745e0db76add97ec 0.25 MB 484 124
261,004 261,004 0000000000000013f52eaaef5f792a42f3fb7910e1a53063d2725ff1b5fd5e24 0.05 MB 98 93
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.