Loading Tool

Explorer IconExplorer

Memory Pool

43,822 transactions
27.14 vMB
0.07533633 BTC
Random Selection Loading Transactions
Max Size: 141.70/200 MB

Candidate Block

Mining Attempt 6c0c5e62c08b90e26b9afc0b80c4f3a07da1e78832e0e68d1306d3a4a28e0abd
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root a5c4ff1707579f7f4aa6ec84479e4309430a1b5aca6cfb9bcf112ffde016a72d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.02392427 BTC
Feerates: 150.77 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (183,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,323 731,323 00000000000000000000729fc671ca4381ac6868d59c219a6dd08cd6b4c38aab 418 0.13/1.00 vMB 7
731,322 731,322 0000000000000000000274032e3659291aebab71417cf782c84f0c2e93703098 1,179 0.32/1.00 vMB 8
731,321 731,321 000000000000000000025ea7149a62b86e3aa2fa3bd3c40d9d79786f7bdf6bb6 1,137 0.37/1.00 vMB 8
731,320 731,320 000000000000000000076b25a47d86f16e71adbd4210611071a4686ba2eb80f5 2,327 1.00/1.00 vMB 4
731,319 731,319 0000000000000000000538ab1660b2fffe73ba4ee9eaf5ff08df3f724bbb4a8c 1,141 1.00/1.00 vMB 4
731,318 731,318 00000000000000000007dcfd49df84ac43d83a37d6def29c9158cc920b36ea23 2,568 1.00/1.00 vMB 5
731,317 731,317 00000000000000000000085c9266e16e492e8374331dfddf856436bef169ae0b 3,073 1.00/1.00 vMB 11
731,316 731,316 00000000000000000005b06e12a766329f91a818c36bd73c283b30f161838546 766 0.44/1.00 vMB 3
731,315 731,315 000000000000000000070a4b01f4c815648524de85e99e02a1d0cc9cc128a2d1 2,334 1.00/1.00 vMB 5
731,314 731,314 00000000000000000005daacd182d24f4dead8dbdd6f9d6f749db84e21eac23e 3,092 1.00/1.00 vMB 9
731,313 731,313 000000000000000000056c0c116bd80bcf0bbf4b17ce9e5a57779468ecab1001 863 0.28/1.00 vMB 7
731,312 731,312 00000000000000000006f52b21480575794f7d174269f2cbc59d082895b1b525 810 0.69/1.00 vMB 2
731,311 731,311 00000000000000000002bc453fc75359dc895cbf7b7f94809328ea1c19f9db74 3,480 1.00/1.00 vMB 5
731,310 731,310 0000000000000000000596e1ebfbefeb17e5a3479e9c7fa41f5de0f10efbddc8 2,793 1.00/1.00 vMB 14
731,309 731,309 00000000000000000007212a4a1e01e965e63a26ab23c9035eca67897cef66db 1,325 1.00/1.00 vMB 1
731,308 731,308 00000000000000000000039feb19d5fe978a991b8091924050e0caa72851c6eb 1,965 1.00/1.00 vMB 3
731,307 731,307 000000000000000000035ddffd1a129e7ac3eef9283ccb4f5dad8d045c9a8f5d 3,023 1.00/1.00 vMB 14
731,306 731,306 00000000000000000009b025f0d09ad4ecec61dcbddc9171fc5c72c29d7c6866 3,172 1.00/1.00 vMB 5
731,305 731,305 000000000000000000036eb23fc08b8fb9447ea31818d3f9e3409cecd1d2c9ee 2,191 1.00/1.00 vMB 9
731,304 731,304 000000000000000000087d68d004ce87730dfeaf2d525cc61d5195f93ab7c35f 2,549 1.00/1.00 vMB 12
731,303 731,303 00000000000000000006e9a0c25af9062d137728a2181685452194b334761953 2,413 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.