Loading Tool

Explorer IconExplorer

Memory Pool

82,340 transactions
30.97 vMB
0.08142718 BTC
Random Selection Loading Transactions
Max Size: 190.09/200 MB

Candidate Block

Mining Attempt 2dbd96e141ed95d1dac8dd53e42dd7683357806ad24f40775033a89a030863fb
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 351f6eb656d24f209cb7e00601924cdba837609f314682a2f06456035e369934
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01183509 BTC
Feerates: 301.05 > 1.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (700,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,473 214,473 000000000000018da8703beafb1a39be3a3fa5308d6b8c8ceb5f57a0e18d3ad2 219 0.09/1.00 vMB 230
214,472 214,472 00000000000002ef2d216fd7b5229bc271ad8c61bb08c059a9f5e1a5ba79277c 93 0.04/1.00 vMB 265
214,471 214,471 00000000000003ee75f27da55c3c207542f3bb03b36be6bf070f499c066bbd67 200 0.08/1.00 vMB 210
214,470 214,470 00000000000002f727b786f1c4aee0d732b23f8de76c82658833a63f5f849d45 134 0.06/1.00 vMB 161
214,469 214,469 00000000000004202c0f4ebcb3c51996d376dea02124c850816f60f828351fc0 36 0.02/1.00 vMB 70
214,468 214,468 00000000000001aeac1a18f3c4f4dcf8dee24ff4d889cecff3abefab82e5e720 29 0.01/1.00 vMB 151
214,467 214,467 00000000000001de33b15a1f87e405f42fe154c83bb52b4cdf4a33d6d5d4909a 7 0.00/1.00 vMB 213
214,466 214,466 000000000000000f2d5746f4d0fd9c4e71d552698f3f34c39725dadf96e7bdeb 200 0.07/1.00 vMB 223
214,465 214,465 00000000000001cb00b04c0380a3b48fe85766b75ae89717a985847cbeac0189 123 0.04/1.00 vMB 194
214,464 214,464 00000000000000a58ac1111cce8fe1bca1e542335924b3d7d553505ad1ffa387 46 0.03/1.00 vMB 134
214,463 214,463 0000000000000473296a30293878b322684a23e1ab5ba0aa992b0b499ad4f181 117 0.04/1.00 vMB 185
214,462 214,462 00000000000004e759d44f495ed97e8b81d1a8248d0c1e5b446742e60e57a304 111 0.06/1.00 vMB 148
214,461 214,461 00000000000003171a26635d835e3746df780085f40adaa3ce217c883b86b23c 6 0.00/1.00 vMB 221
214,460 214,460 00000000000003c2eaf64b1a14362d62a0afc21bdbe2ecdad2d7d24faebb9d02 31 0.01/1.00 vMB 138
214,459 214,459 00000000000002f1427f5e9ec51eb9509ea4c64b59ef1d7f84d8dbdd982b5b63 169 0.06/1.00 vMB 188
214,458 214,458 00000000000002a0a61267fb167437e66d516597c5e02da7c6e766019ff8b221 29 0.01/1.00 vMB 147
214,457 214,457 00000000000005692c745d162c1281ca05ea981a6ce48c0f644ac23a4fdad86b 123 0.05/1.00 vMB 149
214,456 214,456 00000000000000921283500a0b2f0e01258e2927e11e5730b11488e108516ba0 490 0.22/1.00 vMB 154
214,455 214,455 0000000000000128d08825ee2e6db9b5a9bc4da3cf2ab3c268e63b801645eec3 230 0.09/1.00 vMB 175
214,454 214,454 000000000000024626f56f4a791faee6bc17a7f2110106c56c16d51791c1b0cd 257 0.12/1.00 vMB 174
214,453 214,453 0000000000000423a488a645096dc0f0c900195d0b3fd4cdef7068ac33f3bd6e 294 0.13/1.00 vMB 168
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.18 GB
    • Received: 16.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.