Loading Tool

Explorer IconExplorer

Memory Pool

75,265 transactions
29.02 vMB
0.08030562 BTC
Random Selection Loading Transactions
Max Size: 171.59/200 MB

Candidate Block

Mining Attempt 8ddf78c11c96a1890ea2e9062a92d972e795f6fae46385cbf34b02777bb365b5
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root be6e6af607e2d165cd1d0ac4c66449643cee07771a7f2b6d9b94f0e3f59a0c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.01925002 BTC
Feerates: 100.29 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (90,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,148 824,148 000000000000000000018aa2c4313401832adff09b08226fa95c4fcf87c26ec3 4,696 1.00/1.00 vMB 54
824,147 824,147 00000000000000000000390df879d2fb5e870b2a10134f5b3deb74475ae9f99b 3,327 1.00/1.00 vMB 63
824,146 824,146 000000000000000000020e90804ded5bf988d9c2d703e46d4f994b5bc6109ba6 4,143 1.00/1.00 vMB 92
824,145 824,145 00000000000000000001d7145639f1804c8952d6276556c0aee69518b7ad4994 3,447 1.00/1.00 vMB 104
824,144 824,144 000000000000000000007115e633e8a052678ab4d4ce0d889016ea3160da44de 4,984 1.00/1.00 vMB 65
824,143 824,143 00000000000000000001d280ca8ac53948815105fbba9380377883f5ac8ea967 3,790 1.00/1.00 vMB 70
824,142 824,142 000000000000000000021c1d00711e576f4f66b7933e2cd929c97cf5e1dfc500 3,688 1.00/1.00 vMB 99
824,141 824,141 0000000000000000000384d2a4abe11ec4497b124115e0808aa3b33aee40c3e5 4,406 1.00/1.00 vMB 66
824,140 824,140 0000000000000000000268eb44452b94758a36b5434c28794e4ab2545b25b2e7 4,122 1.00/1.00 vMB 103
824,139 824,139 0000000000000000000127473a801d0ad329d64d833dfcc9a7aac75cb1cf01bb 4,065 1.00/1.00 vMB 67
824,138 824,138 00000000000000000002569f6aa522d4dbfc03bba4d1a3db073da0b05e584eab 3,711 1.00/1.00 vMB 66
824,137 824,137 000000000000000000009ebf5f5ff613c75d0235b86681040b64750a6d9990a6 4,212 1.00/1.00 vMB 92
824,136 824,136 000000000000000000031cd09a918b2c3db1660b5b972358087036557dce3a67 2,707 1.00/1.00 vMB 99
824,135 824,135 00000000000000000000727f7c179093d61ff41993a86dd1be0bf6fd39b25d1f 3,520 1.00/1.00 vMB 83
824,134 824,134 000000000000000000016cf1d788f0c939d10edfda070f2e4e08373f266303a8 3,575 1.00/1.00 vMB 143
824,133 824,133 00000000000000000002af90fc54a17cadc88a564530fc76b4b37e4a7abcbcd0 3,798 1.00/1.00 vMB 166
824,132 824,132 00000000000000000001e5dad5cf2c1a473e351d33e1c813e6e697993ee1b4d4 3,695 1.00/1.00 vMB 84
824,131 824,131 0000000000000000000270dd9ba7dde35978c9827cf7164d5a393afd550bd9ee 3,554 1.00/1.00 vMB 89
824,130 824,130 000000000000000000001f82bed7ede2e74000d8ff02bcb06f8f99d5d9420fe0 3,369 1.00/1.00 vMB 143
824,129 824,129 000000000000000000003fdd32010511c75f89ce9d7f2295fc96b86cf327b90f 3,859 1.00/1.00 vMB 123
824,128 824,128 00000000000000000003310bc167183e72ed59306df9a78258419fb6efcb7679 3,327 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.