Loading Tool

Explorer IconExplorer

Memory Pool

81,069 transactions
29.80 vMB
0.10377076 BTC
Random Selection Loading Transactions
Max Size: 180.24/200 MB

Candidate Block

Mining Attempt e16c47b0a404801a5d86427b4fe4e6f3cbc71753fa97ba92520796144a6e2e59
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root ad0ef9121e91403f171efb0263e7ce1a472cbbf52c15e2a2111e2317bde98460
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.03873509 BTC
Feerates: 146.36 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (456,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,127 458,127 0000000000000000001bd37fe9996d0fc3454a04b7a454c3a095d16a29b0f609 1,067 0.49/1.00 vMB 182
458,126 458,126 0000000000000000015d9b34b8bf5a62a05d75c2dbbce4b7c60afb46267ddf3b 1,023 0.50/1.00 vMB 132
458,125 458,125 000000000000000001bd580aebfaa8a04cf5d1ac0c4f743ee0bf97ca714e8c19 2,055 1.00/1.00 vMB 186
458,124 458,124 000000000000000000579051497a4dbfdeaefac1b6c866ce2cf6dfd218780cf7 2,134 1.00/1.00 vMB 181
458,123 458,123 000000000000000001cb70467156ead82b33c4d5812596edd4b8b0ad08e43443 1,094 0.88/1.00 vMB 82
458,122 458,122 0000000000000000017d698838f74c1aa706b931312030bbc05ef7620ad6b143 437 1.00/1.00 vMB 16
458,121 458,121 0000000000000000006f67e0d782355c8cddfc64f418ea6e30e3728b6f0e1190 1,287 1.00/1.00 vMB 96
458,120 458,120 0000000000000000011ab1d96ec4bb20d72a3aeca4815f161d5bca69fa711539 1,205 1.00/1.00 vMB 40
458,119 458,119 000000000000000000eb3e5860cf51acd19bb01022846559e393dc6c9459d7d1 1,764 1.00/1.00 vMB 111
458,118 458,118 000000000000000001b0f8734d4faa193ff5eae3640223916e42c0690cc59847 2,057 1.00/1.00 vMB 167
458,117 458,117 00000000000000000018fc10ed91586d433cf9010125b8dd76e1f5861ad922f4 2,538 1.00/1.00 vMB 220
458,116 458,116 0000000000000000011fa5711ae44760ea67ee059acd779768b1ffd069fea090 2,096 1.00/1.00 vMB 146
458,115 458,115 0000000000000000015fc6921cb823f7362ed42bb1dad028a1e905bb93d65a11 1,553 1.00/1.00 vMB 97
458,114 458,114 00000000000000000139ce5303fe02e98b1b2a7f89ba07a05ad4219f185f4a4c 1,846 1.00/1.00 vMB 132
458,113 458,113 000000000000000000608a1e7f6d68cb0f30d815d79963c26400a8384fd9ecc3 2,672 1.00/1.00 vMB 151
458,112 458,112 000000000000000002318262ed80abf994bd63a16207fae3643488e697008edc 1,412 1.00/1.00 vMB 173
458,111 458,111 000000000000000000db63b783fe5a2761bfceb99a183750ae1e43bd09da34d1 2,244 1.00/1.00 vMB 195
458,110 458,110 0000000000000000024322e49e3e64186386190e7750f6da3ebf485b53994c62 1,771 1.00/1.00 vMB 167
458,109 458,109 000000000000000000221d06ba79a68932ca0308ac5995e3104dee62c3655818 2,299 1.00/1.00 vMB 189
458,108 458,108 0000000000000000020267a1d86f47b9573d534d54c9990748c0d1f50a9000e7 2,462 1.00/1.00 vMB 161
458,107 458,107 000000000000000001529a637947c1c4df45d674e9e498a49e4e7069b6441c46 2,336 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.58 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.30 GB
    • Received: 15.90 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.