Loading Tool

Explorer IconExplorer

Memory Pool

81,773 transactions
30.84 vMB
0.08140812 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt 47d620c8eb68fc1fcb9bd49419204a328428b258f04459e593285533badb2ef9
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 79741031684dee07a4dad6ce5d1cdaf6d9af6db3ea92f67a00f2f70e03f3b29c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.01228456 BTC
Feerates: 100.00 > 1.23 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (682,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,145 233,145 0000000000000078ee711e4313fab85e89853c6decfdcf4ce3a2182f4414bb3b 63 0.02/1.00 vMB 131
233,144 233,144 00000000000000a4931d1b43fc297768f7d4a1c7eb4b89158c5d1f343451cae1 268 0.16/1.00 vMB 134
233,143 233,143 00000000000001d5d927452d324196e8829e3a89b7b4bcdd8f7d0858adb11a7a 362 0.18/1.00 vMB 158
233,142 233,142 00000000000001066a3d0a57b6a7c19e0930db66d82d6a9eed2a8e2d6c560e60 267 0.15/1.00 vMB 141
233,141 233,141 000000000000015be7569ba27620fae246f29ba415e24f7fa5e6d3cf24c8beda 128 0.04/1.00 vMB 208
233,140 233,140 00000000000001a08afb066cb12c805f32554b933c0ae54f7423824f3d4555c8 451 0.21/1.00 vMB 180
233,139 233,139 0000000000000180611b95a3dd86d1a4498d6aed5dfe2b6a768bdf4da91f6775 126 0.05/1.00 vMB 210
233,138 233,138 0000000000000144c2a925d788260128e29cf51b70189de5737b77c921cedc37 233 0.12/1.00 vMB 108
233,137 233,137 00000000000001c543e90bc03589ea7928a380e34af93b2045526092bfb4252f 297 0.25/1.00 vMB 73
233,136 233,136 000000000000000571b988bd82a350f3b261dfe1cefb74217952d5f2344eb389 230 0.13/1.00 vMB 147
233,135 233,135 000000000000018b870b056de8d9b76f96d9be18596b7beb36f75b3771533f8a 601 0.25/1.00 vMB 199
233,134 233,134 00000000000000dfbc35561cf469e416e45e6de970bb1e6470a705abcc54faa0 146 0.06/1.00 vMB 106
233,133 233,133 0000000000000130678aaf2dfe415c63af63de7cccc3fe51eb6164b7b029cb51 530 0.23/1.00 vMB 148
233,132 233,132 000000000000017f10e2ab8ee68c435d56af85d4291177a4c5564c0698365cb2 133 0.13/1.00 vMB 55
233,131 233,131 0000000000000097fc93614ba1d43bc39ff4ad4e0a3827763e72038f92bf2193 532 0.25/1.00 vMB 149
233,130 233,130 00000000000000f3916f48db84c7e94c3e3e8992fdec20810d55f3739fa751c3 721 0.25/1.00 vMB 212
233,129 233,129 000000000000009a6aba40b3f403e96613b8191edfc8a76b54444d7950e74453 145 0.08/1.00 vMB 132
233,128 233,128 00000000000001de82c6a2550a3d937cfb6bb05d071d889db3f616ff807ea408 333 0.13/1.00 vMB 186
233,127 233,127 00000000000000f066823e492a6aa71f8c63211a9a1e1e6c8dd030f3ab9b9513 306 0.15/1.00 vMB 159
233,126 233,126 000000000000008b042b8507e163f1f7c21f6b9671209d7ef8c984d1696babd0 101 0.06/1.00 vMB 157
233,125 233,125 00000000000000472c6dec794e6db8181c896a0a932e5754921e21c68b5d5135 265 0.12/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.