Loading Tool

Explorer IconExplorer

Memory Pool

47,618 transactions
30.21 vMB
0.09619684 BTC
Random Selection Loading Transactions
Max Size: 160.89/200 MB

Candidate Block

Mining Attempt 90f19247eb9cbe21374e5e9e8698c6ce150dbfa53c871534c04d1520d697a91b
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 40b111798178c243f45462dc2173302132edbd297d38da80ba9b02e374cff304
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,931
Size: 1.00 vMB
Total Fees: 0.03554250 BTC
Feerates: 150.97 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (460,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,411 454,411 000000000000000001ff0e86654a57c1ccc842efba33560d44045c76a2c9205d 1 0.00/1.00 vMB 0
454,410 454,410 0000000000000000022323fd8647efa36345df0ec57113622ba8b581250a6926 1,822 1.00/1.00 vMB 79
454,409 454,409 000000000000000001edfa2020f4eeb28a876b9c6a254fcd6b59619a0f8a5e93 2,516 1.00/1.00 vMB 170
454,408 454,408 00000000000000000087888654df2df6ff5258e768e34f25d8a515d5da1c812b 2,349 1.00/1.00 vMB 170
454,407 454,407 0000000000000000017999c06436af6e576f3baeaa7e421de011122d3e2491c1 2,022 1.00/1.00 vMB 162
454,406 454,406 000000000000000001035e9291a9903ba716889bcb7e749b5012db298b9a9811 2,976 1.00/1.00 vMB 122
454,405 454,405 00000000000000000112f9330ce46694d3b2b867e2445526afd2e75c1fc20d21 2,023 1.00/1.00 vMB 120
454,404 454,404 0000000000000000013d77d900894689c01fea56fae364f6f6a36716cfd3b43c 2,683 1.00/1.00 vMB 138
454,403 454,403 000000000000000000125093c254485e8449a87dd94c8f6688bcd5a9910a203c 2,324 1.00/1.00 vMB 143
454,402 454,402 0000000000000000010f09b628a8e1427825fb9c9d74ab5e91a41f7e5ab73486 2,384 1.00/1.00 vMB 220
454,401 454,401 000000000000000000908f73f23383ab6c5d8acee4049be795e76f858a73ab54 1,990 1.00/1.00 vMB 160
454,400 454,400 00000000000000000238e0d0d098cb12dd0eddbfc0ba917bb78f1b834bf1c3b8 2,795 1.00/1.00 vMB 169
454,399 454,399 0000000000000000023c5beff7ba7c9ce358573c2715cf4d3a19bd3d2c66501c 572 1.00/1.00 vMB 184
454,398 454,398 00000000000000000042f183356893c656f276d0575cbcd90a5279c2b1cf9d56 1,874 1.00/1.00 vMB 212
454,397 454,397 0000000000000000020f5cc359c0977a1ef6a2cbda8eb6665ae97fe19c14ee02 2,616 1.00/1.00 vMB 157
454,396 454,396 000000000000000001b7d0ecd49566b63ce268444d91693b1d3f4591c3325c44 1,975 1.00/1.00 vMB 138
454,395 454,395 0000000000000000006eb7c1aeed4c44232e517e0ab801271b29ee18cce8adb5 3,128 1.00/1.00 vMB 191
454,394 454,394 00000000000000000198a3da35305c172276309059d42fb3d9b73fe1c239b6b9 2,785 1.00/1.00 vMB 199
454,393 454,393 000000000000000001eb04b147468c20e4853daf6e87e6c45b07ecdb518abec6 2,663 0.99/1.00 vMB 180
454,392 454,392 000000000000000000b1a96b3213542908c5b62256bec1f9aee820d8fbbc1662 3,208 1.00/1.00 vMB 96
454,391 454,391 000000000000000000cce92efddb251b92727a75fd5947fd3a3653551fa53ad4 3,078 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.