Loading Tool

Explorer IconExplorer

Memory Pool

39,625 transactions
26.37 vMB
0.08064461 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 3d0f728975a99a1438c5a791f8dc41c0d437acdc860e0feb7d6d0b562e7e6848
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 50fa37f8ad2bead9e74621cf08b2a514675046a31b642a555b398632b44e7a43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.03220787 BTC
Feerates: 502.65 > 3.23 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (800,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,148 114,148 0000000000002b9a60037334b4d7668c93e7857009399b718da8fb76397262d2 9 0.00/1.00 vMB 0
114,147 114,147 0000000000009384bc3fb9905c5e0f36e525676880970a0a2f1d383e51aad514 15 0.01/1.00 vMB 1,292
114,146 114,146 00000000000071695954e8d5fe74d6b243b0822eaea10a5f1101afc890796564 37 0.01/1.00 vMB 0
114,145 114,145 000000000000840377dbf4ab76c687b2ddb9d4d0cdc977057fb8c9d4402eb1b4 18 0.00/1.00 vMB 433
114,144 114,144 00000000000073da5cc3a4fbba9995fb71d474de9cc9e6d87e1669c93a255e70 32 0.01/1.00 vMB 113
114,143 114,143 00000000000078f4a8d72a36db1875507e2f16e0ce2a5dba5e5dad9fad32b934 34 0.01/1.00 vMB 85
114,142 114,142 0000000000003ce19731055a305d4eea0716a89791b9a3ed0c91a7b05eddd9ea 12 0.00/1.00 vMB 0
114,141 114,141 000000000000168a897771e5d7b76e7b275dd4acb4f2f0573406da0845287bf6 12 0.00/1.00 vMB 0
114,140 114,140 000000000000b063356b9b830de666413e1b55583d34e5fa729f71f2bd341b63 9 0.00/1.00 vMB 353
114,139 114,139 0000000000000fb11681a06894584287171ce37aa09312b92522eb066f557446 157 0.04/1.00 vMB 0
114,138 114,138 000000000000110ef231c3bb416b84dd7325cc3c58feb5b4ec27e277d62a3ea8 13 0.00/1.00 vMB 0
114,137 114,137 000000000000b8cc0864cbf2496dd95a1b7343f6ef71cc4e4ac7911f67207d80 19 0.00/1.00 vMB 215
114,136 114,136 00000000000054f749a2cdb720e535b0ac8c762a79065ea9f954cc2bc0257408 10 0.00/1.00 vMB 0
114,135 114,135 000000000000208173925c0cd9998fea7ea04310bae6b0a3cb49596f271706b2 12 0.00/1.00 vMB 0
114,134 114,134 00000000000025b2da0d8e1dc1dca964e8b3eb9129f9cfa3e61c8ceecd7192cf 11 0.00/1.00 vMB 337
114,133 114,133 0000000000009e7f54e049c015499f45b0e86f0548c6420bc5a6ccecaca784da 10 0.00/1.00 vMB 599
114,132 114,132 000000000000199520488cd5f010883ddfc12d94195930152a88a8fed3a6db4f 12 0.00/1.00 vMB 994
114,131 114,131 000000000000c6a59b7d71de3b13be3e31dfcd01a389857af180d8578f6f11df 11 0.00/1.00 vMB 617
114,130 114,130 000000000000a966b08e7def16796ed7374b9a47ac71f672f3c58e63cabb51bc 26 0.01/1.00 vMB 0
114,129 114,129 000000000000c24d7194c6058336f13ffaddddbb7dd97d5fdfdf1236051bee6b 12 0.00/1.00 vMB 339
114,128 114,128 00000000000088db126e66d8ca4f2c5c24bc5fc4085bca4cae46b3a3e71c52de 21 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.