Loading Tool

Explorer IconExplorer

Memory Pool

85,312 transactions
31.94 vMB
0.19783869 BTC
Random Selection Loading Transactions
Max Size: 189.79/200 MB

Candidate Block

Mining Attempt e5ac48c440274d9eb43b8a027aa13ba21dc11a6ea349bfed97b70f6597cf3ea8
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 77382c6d0833c3fdcf0e528a9d5bdd48f7ac8353f677f14d7465676c94346552
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07641480 BTC
Feerates: 301.64 > 7.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (91,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,049 824,049 000000000000000000008ae31f2f609f7b5be41ec03bda10f43844f2fd66f52b 3,336 1.00/1.00 vMB 74
824,048 824,048 000000000000000000014055614022fdb0e585586c9a22ffc70d24adad4f05a6 2,551 1.00/1.00 vMB 74
824,047 824,047 00000000000000000002d7efcdff8c1439b5131ddf8242cfec0290108628f59f 3,281 1.00/1.00 vMB 81
824,046 824,046 00000000000000000002bbd0dfb32b1437cab1a6142bcef14a7f5ac36d1a01be 3,511 1.00/1.00 vMB 134
824,045 824,045 00000000000000000000ddaa1ac0a60ff985bbb9834c3f275572181e47aa065f 2,585 1.00/1.00 vMB 70
824,044 824,044 00000000000000000001d7fe1547d2efd566c2537756047d1efb0776297c2933 3,825 1.00/1.00 vMB 83
824,043 824,043 00000000000000000002f0fc8b662b6ac046b4952579f9f7b0e562c65790c1f5 2,953 1.00/1.00 vMB 119
824,042 824,042 00000000000000000001611d4a92e7cd02f8ef351d33c216354b7462a91fb1d2 2,513 1.00/1.00 vMB 120
824,041 824,041 00000000000000000002e00091f5c3431aa6002a513cc57604ae98c3d7e40dd9 3,307 1.00/1.00 vMB 130
824,040 824,040 00000000000000000001195134d88dd7c2abeb76bfa0e6e9a1ba038c37d2f7a8 3,126 1.00/1.00 vMB 215
824,039 824,039 00000000000000000001e98012529f33236b760708583c28db3356f2df8167ed 3,307 1.00/1.00 vMB 80
824,038 824,038 0000000000000000000280b705b01ed42c5b14ae5d5fb1522e19e311c0f0690f 737 1.00/1.00 vMB 125
824,037 824,037 0000000000000000000360d02145abc22f7acf7b5b7eb1d9db572b762076965a 2,010 1.00/1.00 vMB 199
824,036 824,036 0000000000000000000268eff1d229556bb5c9ccf0b7834263db71f5c79e0503 308 1.00/1.00 vMB 136
824,035 824,035 000000000000000000013fb287e16b9f4f469cb44abf37b5a496e9f308d3af85 947 1.00/1.00 vMB 162
824,034 824,034 00000000000000000001c26c2b477ceabdea43b8f3c141d7e82a8d96baa87d98 2,800 1.00/1.00 vMB 163
824,033 824,033 000000000000000000009c33be239413d2e86d1e17dc2fee67335ddc0737f987 3,339 1.00/1.00 vMB 92
824,032 824,032 000000000000000000029af08ac497b1ca641b73f04a3b6fc9fa6af9cbf86055 2,985 1.00/1.00 vMB 102
824,031 824,031 00000000000000000001b252556f1becdfba57d73c1bc79ab2b6f4bd1c239f0f 2,904 1.00/1.00 vMB 152
824,030 824,030 000000000000000000033b34ff7f69ebe4b2c12031c22720719361d8b8de91d3 2,536 1.00/1.00 vMB 95
824,029 824,029 00000000000000000001c6937e8b52b76bfe4f4ccea653857d9beaf901cc251b 2,577 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.65 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: 672.63 GB
    • Received: 16.28 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.