Memory Pool Memory Pool Refreshing

6,208 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (688,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,777 218,777 00000000000000a9207a0df5e5a365a4046790bd84c6b6c6416f39336d61def9 0.08 MB 113 111
218,776 218,776 0000000000000542df008ba9ea8a4937e80c08a8f8f876c85a38015ee57855ba 0.03 MB 64 208
218,775 218,775 0000000000000003f2486197c25393232407c055a615ef683d76dcfe909f4db9 0.06 MB 116 156
218,774 218,774 00000000000000a9538b01f9ab2a66b4698efb1ff3d97d9aad9f953106582527 0.05 MB 143 186
218,773 218,773 0000000000000452000cfdb4f5ce3f8124193f2dff3b6b7ac97dc6702e4c7e2f 0.10 MB 203 128
218,772 218,772 00000000000003a6ea5c1f2c01e62885eb6e5fcd52c63670c84e47dcc63a6652 0.08 MB 220 217
218,771 218,771 00000000000001a116a1ecf6dc27261246ea7f357bea7adbc1f6e9afc7f33a00 0.00 MB 1 0
218,770 218,770 00000000000001d37ee5d0252d5877e69beb445828e5abf6a8931d84e658ff44 0.05 MB 153 57
218,769 218,769 00000000000001a3d9f74b0ff99990bb3e4f29dadc00bfeef60e04a70a97ee47 0.12 MB 343 159
218,768 218,768 000000000000002180887e6616d8bf1aa216bcf7aaa38a8095a4ac7424064baa 0.11 MB 241 1,156
218,767 218,767 00000000000001fce6e9bb9e3cfb4f5ed12afbe5e9aa2b666f4152699c7d1489 0.23 MB 336 126
218,766 218,766 0000000000000019d75977234831b93590f6ff166cd267907fc0a10fb800964a 0.25 MB 714 267
218,765 218,765 0000000000000161d7b7984c32de3a3622c6cf7aab867ef1c3a6a99b78a0e816 0.05 MB 146 172
218,764 218,764 000000000000034af0f4ebd1dc799c5464bbead8995181e3de374106c3b1dc49 0.22 MB 521 197
218,763 218,763 00000000000000c01bcbc490114ad3728c3dc524653d6c8afa65c1035b0c43b3 0.00 MB 12 62
218,762 218,762 000000000000026ceb8d73fcd3e40d5335e8e0ddf325222432f1ece9bd7179b4 0.05 MB 112 244
218,761 218,761 00000000000001fdbf4e0855e569b4e8c8dedb9838f6a3061dc672e90d35fe8e 0.11 MB 140 127
218,760 218,760 000000000000033b15649422e5697f138b93f35f6517403a434bc6a5bc70bbd2 0.12 MB 44 68
218,759 218,759 00000000000000118009a919192b20b017eea785bd0d137ef0540b7ee43d99a4 0.18 MB 369 221
218,758 218,758 00000000000004ce0a5ae7c8b2d3cf333cc8bc69cc0def3f9ead053894f739d6 0.01 MB 14 128
218,757 218,757 00000000000000991f32e68ae30bfc6a024ca5ae09e68fa240bcbb1fd259783f 0.08 MB 198 201
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.86 GB sent, 93.05 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.