Loading Tool

Explorer IconExplorer

Memory Pool

81,490 transactions
29.86 vMB
0.14264515 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 60435146001ce69b7826c4e4464f982733315476306240e94c0263f089322b0d
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 30c225ee156491d0b34c7bdedde9978189a0125f60b30091f9bb95ea304c4dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.07495124 BTC
Feerates: 101.65 > 7.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (427,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,147 487,147 000000000000000000c4614edc84e25fa114bec92200500df91dac100ca2b111 1,625 0.77/1.00 vMB 95
487,146 487,146 000000000000000000e2063e212bfc9ed6ec8016ca94538766395e73708ea768 2,691 1.00/1.00 vMB 12
487,145 487,145 000000000000000000e8e093d6c976f9c02ac26162800dc48420ed450463ddc1 2,011 1.00/1.00 vMB 76
487,144 487,144 00000000000000000092d457438fb101cd37600f5e12060fc8cde452f668d261 2,168 0.97/1.00 vMB 165
487,143 487,143 0000000000000000002c7a89a04fc3be66f1aa02aa2eb2f7cf2ca8e0c0cdeefc 1 0.00/1.00 vMB 0
487,142 487,142 000000000000000000fd82ae8ed622ebfa4959efb86ab31ab856656d43980a14 1,862 1.00/1.00 vMB 152
487,141 487,141 000000000000000000cfe7d06fc5c01e17cb318c7f5eacc5791b3d74a3fe451a 1,571 1.00/1.00 vMB 172
487,140 487,140 000000000000000000c449f03137fce2abf48a500fd6172f81f6ca3778d180d8 2,013 1.00/1.00 vMB 145
487,139 487,139 0000000000000000002517b9d6e2f21608e8dc2c091a13ab8c13eb938c932d2a 586 0.25/1.00 vMB 145
487,138 487,138 000000000000000000c04e5c2e5b57fc45a38a2e9bc28b4ec0800095e6193794 357 0.19/1.00 vMB 108
487,137 487,137 0000000000000000002d99d9139a5fdd63db6cba2309d6ab95be3d2fef93cbdf 1,168 0.50/1.00 vMB 20
487,136 487,136 000000000000000000e27aa50c49626f179995492bdb750cc2ccfb9a10890e6d 2,541 1.00/1.00 vMB 125
487,135 487,135 0000000000000000007ad7a51d424ce2244cae86fe170c8330d7e4c8376546a5 2,504 1.00/1.00 vMB 131
487,134 487,134 000000000000000000b4ba9a149f45378a1b3b073ab8aff8c1ceeb6bb3c92b36 510 0.26/1.00 vMB 126
487,133 487,133 0000000000000000003970bac833de2aa334a55d6119fd112bc9c6aaa353ef77 233 0.07/1.00 vMB 146
487,132 487,132 000000000000000000f6f0d7f30bb0c820b20c0a238d6b13747fb34b1ffda97d 339 0.12/1.00 vMB 18
487,131 487,131 000000000000000000ad64789cfb471c6f23d1c4d35e3b2a19ec22cf0a2362df 2,772 1.00/1.00 vMB 125
487,130 487,130 000000000000000000c312d6ab57414e370b3de59f8f08a612062025b998e444 29 0.01/1.00 vMB 831
487,129 487,129 00000000000000000032e7a82d1963e3bf50403e22e0ac3ca9d427a27d7c7fd6 1,105 0.45/1.00 vMB 89
487,128 487,128 0000000000000000004e9ab34b5caec63a3e6a9498ad523af28800d59602b963 1,099 1.00/1.00 vMB 60
487,127 487,127 00000000000000000005c574c9323dd7f6d6735f5ef6353671bc08f0a3ca6c11 1,591 0.98/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.68 GB
    • Received: 15.99 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.