Memory Pool Memory Pool Refreshing

3,322 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (401,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,287 506,287 00000000000000000035209a890c85a1d830bd6e136e31a85faabbe01c167622 1.32 MB 906 47
506,286 506,286 000000000000000000337377317c44c70ec9e96c226517da1b0516b79b427d2b 1.07 MB 1,688 198
506,285 506,285 0000000000000000006353b01dc3b18d7cd8205bcffcfe72a35599407e831d35 1.01 MB 813 51
506,284 506,284 000000000000000000172bfcbc3ff4e81337e4169285b555595d9a45703b4b73 1.09 MB 1,728 161
506,283 506,283 0000000000000000002b448aeedad20372275068c938ab4b2ed09eb20b3be05d 1.02 MB 707 58
506,282 506,282 00000000000000000053dc7f0d98b46bb68b1599e2b821d0eb358f1bcfe5d3e3 1.02 MB 460 42
506,281 506,281 000000000000000000320f34ff9c9a03f0af940362cdb1160de84f69cef3a767 1.02 MB 692 74
506,280 506,280 0000000000000000001dd32ef554a1bb9e204d6f46ab345302019412ac2f6af9 1.01 MB 645 70
506,279 506,279 0000000000000000001b79b6b407360998a4ad03e5675de1d0a3be044fb70a43 1.02 MB 966 91
506,278 506,278 00000000000000000054b1ba67fd492c9834a32b4fa07d3abb64eac80cf05200 1.02 MB 777 90
506,277 506,277 0000000000000000004bca4e111a78ae6d8b4c4e0933fffbc99be9d821675f61 1.03 MB 396 34
506,276 506,276 000000000000000000646c4b57a454a474b8f1c1ab337989afaa1ad3e7b2de79 1.00 MB 82 8
506,275 506,275 0000000000000000006a0081e7a1edffd36a0baa7d11503771cc1b384ad66335 1.01 MB 673 67
506,274 506,274 0000000000000000000eefa02e9af71acab80806cf78ff3053a57d453aa3917a 1.05 MB 737 78
506,273 506,273 0000000000000000001e5abd458007f609a183c80011f33f560902560d377538 1.11 MB 1,163 83
506,272 506,272 0000000000000000004f4ff8e4b5a2a8c4dfd1601d3c5e9d1e2995e40d490546 1.08 MB 1,675 188
506,271 506,271 0000000000000000002b90ff2841c268d561b19c7a43b27e88f6bd1ece3a3117 1.35 MB 1,082 75
506,270 506,270 000000000000000000038d9068abf9d0e8db42a0c6c291080a3d8e7916c85374 1.01 MB 1,282 49
506,269 506,269 0000000000000000003ce3c220a6226fab816ba4fcb867c6c618977ffa378134 1.04 MB 1,781 164
506,268 506,268 0000000000000000001e416f0b86a31cb9beab258d2e15206f0f085d00b43e4f 1.03 MB 511 38
506,267 506,267 00000000000000000050e8a33eab155532a51a7bce26e8cb4372f09e2c33f2d1 1.10 MB 2,228 187
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.