Loading Tool

Explorer IconExplorer

Memory Pool

75,742 transactions
28.53 vMB
0.08339686 BTC
Random Selection Loading Transactions
Max Size: 171.45/200 MB

Candidate Block

Mining Attempt 0173e339827d9451998bf609d90c8a7f458ab2aba2602deb1dac2de1926beb29
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root dde716a7221c884aa6af1dbd3440e191c7e1b5cd9d1265e36c499dee6c7a4dcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,451
Size: 1.00 vMB
Total Fees: 0.01879927 BTC
Feerates: 65.95 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (700,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,480 214,480 00000000000001a5ce2eee49d018aa321f23e33aceb533c618b68bf1a70c7480 105 0.05/1.00 vMB 157
214,479 214,479 00000000000001fb7b62560f4378b42a666edbc277e13d67056a00929bde974d 375 0.44/1.00 vMB 91
214,478 214,478 00000000000000a4dc98c71a888b452d7b999449701304ac9f542c39b4d2e712 256 0.09/1.00 vMB 211
214,477 214,477 000000000000036f7856f4a604a7491cf988c5845acc60b59c48835a42eec5c9 510 0.25/1.00 vMB 186
214,476 214,476 00000000000004d4c28d8fe88ba5655b5a7711580508f4dab84ec101f5b4559b 118 0.05/1.00 vMB 84
214,475 214,475 0000000000000358edcaa2e7a568672da69a706bcc4ceade166bb2f449b38420 303 0.20/1.00 vMB 139
214,474 214,474 00000000000004a57574159bfc9e6cd99d8d7ece6c45998f53fb7c3a059c62ec 609 0.24/1.00 vMB 201
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
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.