Memory Pool Memory Pool Refreshing

4,876 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (726,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,121 181,121 00000000000005989dd0aa93fd1eefcfeb3adb45641759976934943d9d13536e 0.05 MB 142 132
181,120 181,120 00000000000004105cc889ec06c26bd741aed6915ca5c7ebe0f88effd2cc77f3 0.00 MB 7 297
181,119 181,119 000000000000068d35cfdb2c21878aadc3da6a9a8ff017cccaf1195c921bcc13 0.06 MB 171 140
181,118 181,118 000000000000059cf5996e845eb29e4bddbc6c8c5411a4f51505f7ff2007d8b9 0.03 MB 64 85
181,117 181,117 00000000000000f5f77ac3e131bae8777ff25c9d6d47ee565d9fe763651e4e12 0.13 MB 220 92
181,116 181,116 0000000000000564f8555baae3037536f7c62e584f7915fa0d6ae143d2271246 0.05 MB 110 104
181,115 181,115 00000000000004ade41cdd1a9fa1efa3debaeb651f63a77affacde68347097d3 0.05 MB 134 30
181,114 181,114 00000000000006896ea0c42d1eaca495fb314d44666027af88a3c472ad63730b 0.38 MB 855 138
181,113 181,113 000000000000087bede2b9683424ed8c9d719cf64f2d02cad61deb6a4ec7c585 0.00 MB 10 0
181,112 181,112 00000000000005ff4ad6101785ec78d404e92af40c407d6089aac599d9c26f7b 0.22 MB 522 125
181,111 181,111 00000000000005574ca6a8fa671720b89d56205671a17bf8b9791b7a58aa15d1 0.02 MB 15 48
181,110 181,110 0000000000000526ee8104217ee1f961198316b64ee454e92d2c94ecccd70bfb 0.10 MB 257 146
181,109 181,109 0000000000000179a9bf2cbab8ec44388eafa4d980431b2d091dba4f22bacd29 0.25 MB 655 144
181,108 181,108 00000000000006e6d9351ead6574c6d578a5d61e9235ecd27569c4a15134b2e3 0.00 MB 8 294
181,107 181,107 000000000000037b94e0540adbabc014e4f54301aa2e8fa4b59c83b926b74a23 0.11 MB 256 99
181,106 181,106 00000000000005a69ff750e7d74e293db11463a23361a0978472fee485a73d25 0.15 MB 242 113
181,105 181,105 00000000000006db052c0ffcedb653939e1419f40dbeb01c1d976bea47f2f78d 0.13 MB 294 105
181,104 181,104 00000000000001c736f6856ef43b8861d40f71602e43cb07ad26c1ea12eea5dc 0.14 MB 256 110
181,103 181,103 000000000000069c8dcdf16b47c6e503218b2f6a2051c871a33cb188c2f20219 0.05 MB 124 34
181,102 181,102 00000000000003c14bf880a0160903c169aa19b210a69b390b1c0a662c185151 0.22 MB 488 145
181,101 181,101 000000000000098d36b2b5e882feab7bb13021fe5a1709f4eb0936d032110571 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.