Memory Pool Memory Pool Refreshing

1,656 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (565,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,143 342,143 0000000000000000091aeb2ac8e2d3a06034d5b4ed0a005d5bcf250e2d2ab1a2 0.08 MB 200 38
342,142 342,142 0000000000000000134794dd9d12bb216a14b6cb8f9aca34c83db57011f4ce26 0.17 MB 312 24
342,141 342,141 000000000000000000285ac7ca48c55c5bedc19edcbeb797833bb25912d54e96 0.10 MB 154 6
342,140 342,140 00000000000000000e389849cbe91010b0ed31e3bfe68e06489ba8ae83815e53 0.16 MB 316 25
342,139 342,139 000000000000000015817213267114bac057dc7b9782dc6c909e36a59eed64c6 0.00 MB 1 0
342,138 342,138 0000000000000000043c1002f90597b9b29939b513a1b17e3c19179efd0ac280 0.45 MB 657 19
342,137 342,137 000000000000000001ff16009b26c90f007a4a1045a489b90863ca58e7fcda5d 0.17 MB 512 43
342,136 342,136 00000000000000000b7c5becc5e18f647be24a4be5b8c981b883dd8fb8e5de17 0.32 MB 390 18
342,135 342,135 00000000000000000939c288f80a8b54b7ae962202694f1e720d286b19c2702a 0.35 MB 956 35
342,134 342,134 00000000000000001954d575d0ebf4d6a45f66d4554302c736ca325de13921bd 0.15 MB 222 20
342,133 342,133 000000000000000014d0ac3c68ce2e62319fbb9a9414e21e74c7ef22c9785631 0.14 MB 386 36
342,132 342,132 0000000000000000062bf4f737179c0b27ba522bb9cb8da0bd91d195e2d897bd 0.59 MB 1,170 26
342,131 342,131 000000000000000003fcf5c3636d51e0a4c5ef6ef784fe89d38056059824970c 0.02 MB 27 18
342,130 342,130 00000000000000001a30815fd5a6b64355fffc8abfd5a053454f06eb9cd47ab0 0.08 MB 155 27
342,129 342,129 00000000000000001147284185c00556955c1746e80b90f3525ec06990215104 0.20 MB 348 23
342,128 342,128 000000000000000012b9c046fda4068626df2ee63f1ba1688c2fab8a38ddfdab 0.06 MB 96 9
342,127 342,127 0000000000000000002e8cf25ae2eb52bca81c18f720d18a8d2d4442b91dbf9b 0.47 MB 943 31
342,126 342,126 000000000000000004a3d7d2a5a350513f1bed729cd47a37cdbed79cd02c6f44 0.87 MB 1,705 25
342,125 342,125 00000000000000000931a43fefc6e95104c7de71aa58b1f2ee9038f62a091be9 0.09 MB 256 27
342,124 342,124 0000000000000000102d871ce41af3bc5da472f4d14c58b4fc7ddb5a951ac69b 0.09 MB 156 18
342,123 342,123 000000000000000009993f820d606df86f1f92865b0419714e951bbdf81af2a4 0.10 MB 186 27
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.