Memory Pool Memory Pool Refreshing

2,337 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (714,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,341 193,341 000000000000057849af130f2929801f3113fe63ba570a1e9cd19e4620b0afa1 0.01 MB 29 172
193,340 193,340 0000000000000255becef5a990a3672f2e7cc73349891ad57325bc3331e4e32a 0.00 MB 1 0
193,339 193,339 000000000000081ae2f3666c5ebb87cb69c9fe73f617ce310f694e46f79506e9 0.05 MB 154 355
193,338 193,338 000000000000049deb70d36396055d3afffef8916a07ea0fa916de077337fbb4 0.13 MB 331 155
193,337 193,337 000000000000017fb68ab2d25a4e013eb73592ab7d90890f70aa0dfc132343c3 0.02 MB 33 203
193,336 193,336 0000000000000360e8181887b0e9afc5c56b4f0b45a94796abff784d3b017d15 0.05 MB 145 80
193,335 193,335 0000000000000249c833854a24f5fe4707b8591873d2aedf3242ccb95ca59bbb 0.25 MB 533 115
193,334 193,334 000000000000038254192dc1df0f3fc117b670a607913090a33b97124dbe6c4c 0.05 MB 127 192
193,333 193,333 00000000000002cb500a7f0674dedde9d66debcd4a5457220045b519ec00dbb2 0.28 MB 567 106
193,332 193,332 00000000000007dd92496fa2819d2e1c1de336a16b9b6f703b77b1d532920f78 0.05 MB 94 109
193,331 193,331 00000000000002ff6ec9e6e8fd71d6e2d605b4f00a9ed2798c035b9e11fe8cf3 0.06 MB 167 264
193,330 193,330 00000000000003101f36d6aa0097a304354adbae54b2becf4b3dce0e94f0c0d5 0.06 MB 87 151
193,329 193,329 00000000000002dbaa1b760ef0454e7b6c6550b20b46f6c17b6db315d059b955 0.11 MB 275 140
193,328 193,328 000000000000012f015a9b59964bcdee5dc5d8368bfc96ee7c6a0a299432cd56 0.05 MB 138 356
193,327 193,327 00000000000006ed18b1a5cfc0e4b953f86dd74bc5d360b32fe9bf458a7e5538 0.04 MB 128 221
193,326 193,326 000000000000046ce79641ef529c30bfad0b4e2e062f2e24832477805302aeb8 0.20 MB 535 177
193,325 193,325 000000000000071421a91f32b63353e6a9d929de983bcf69102ae544833665a2 0.02 MB 64 129
193,324 193,324 00000000000007fb881ecfb4427dd014f581c547a609a6482205e17fee054ed7 0.08 MB 256 164
193,323 193,323 0000000000000400d99d83e03581740970b635a1e615421affea752b9ca9ff2d 0.00 MB 3 0
193,322 193,322 000000000000037d5106d9b2de48754b10a734fbc56c515c8faeb0b4d7d11a8b 0.03 MB 83 78
193,321 193,321 00000000000003a858ae908f562016ab6d8621fad95e281e9797bdc784ca2bb0 0.17 MB 256 90
Previous 10 blocks ↓
Total Size: 769.30 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,642.64 GB sent, 94.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.