Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
29.78 vMB
0.07283969 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt f6c46dd7ddcd5f8496728cd5e714a2a8cb059e41846e297e19a1d9daac38d391
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2a112a3dcbaf8dbc1099373341e6d69e79ae7abdc44b55601ca7bea9853454f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,901
Size: 1.00 vMB
Total Fees: 0.01196602 BTC
Feerates: 502.67 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (285,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,119 629,119 0000000000000000000d96cb2d59122b47d07123b1d6c5480d8b87f6250e08bc 819 1.00/1.00 vMB 14
629,118 629,118 00000000000000000008ead3927d78e0893e20671c16fbf0c62d42d5650fc4df 1,743 1.00/1.00 vMB 46
629,117 629,117 00000000000000000001a0e29027aea9889839994d144666b43e21ac398a7d12 1,510 1.00/1.00 vMB 11
629,116 629,116 00000000000000000000503906f570c49de74f7617abc54536ad8f429aace696 2,790 1.00/1.00 vMB 16
629,115 629,115 000000000000000000114bdf96abc7e58c92a7b4cceefbfa829878492bbbe811 2,346 1.00/1.00 vMB 61
629,114 629,114 00000000000000000006bf4d5e5bec816b08311648d3d0a7a989917a8f51959e 2,722 1.00/1.00 vMB 86
629,113 629,113 00000000000000000008778dccc8ff758e07da9d4278c2839b595beea5b30614 1,813 1.00/1.00 vMB 28
629,112 629,112 0000000000000000000ac9f8be28ab9c28616f63c86ddf9efeba069a7a623705 1,722 1.00/1.00 vMB 12
629,111 629,111 00000000000000000003e3db6a92008236f21dd98569f49391e2c4bdacea0c43 1,515 1.00/1.00 vMB 21
629,110 629,110 0000000000000000000197428f5d954199373d68eb7147bbf9eca0afed7c4d1c 3,048 1.00/1.00 vMB 9
629,109 629,109 000000000000000000099cc70b01af2e5f8a219ecd9df1cc38d193fa2d1a78da 1,907 1.00/1.00 vMB 12
629,108 629,108 0000000000000000000222662a90847a8b8d2e8c9a40f95eabc0cd9d04103721 2,029 1.00/1.00 vMB 24
629,107 629,107 00000000000000000004a0865831c301d7d40703b02e0cf826543959d85d8bfe 2,565 1.00/1.00 vMB 38
629,106 629,106 0000000000000000000dfd5371c56c193890796fbe2ffddc305a8983593dbbad 1,742 1.00/1.00 vMB 32
629,105 629,105 0000000000000000000ce519b4c4d8a325909ef90fd0eddd677b101c6256fd04 2,224 1.00/1.00 vMB 17
629,104 629,104 0000000000000000000cbbb3c5f9c4ef5d9962e21a4b1721a9335ce7d7e6b6c9 2,939 1.00/1.00 vMB 46
629,103 629,103 0000000000000000000b1478983ce19960513270b950863cf3e743713cd0e016 1,911 1.00/1.00 vMB 43
629,102 629,102 0000000000000000000442d0c84490edb19b6e98278e3e7ec6f6db3787c34293 2,789 1.00/1.00 vMB 60
629,101 629,101 0000000000000000000c317924403ee988745378370f046002e07307a4575631 2,576 1.00/1.00 vMB 25
629,100 629,100 0000000000000000001079b7cb1756e375834f448cf59c2a8fd07b7fe8798708 2,531 1.00/1.00 vMB 34
629,099 629,099 00000000000000000006e59e01dbf0c107f195ea272b64e3d049c94eaa5f15b3 2,455 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.