Loading Tool

Explorer IconExplorer

Memory Pool

36,530 transactions
26.65 vMB
0.05299056 BTC
Random Selection Loading Transactions
Max Size: 135.29/200 MB

Candidate Block

Mining Attempt 1167f88bdab22051aa4e8e6c941eab87f963bff87e96e7d25dd28783b727f6a8
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 62823e671a0d494845e4656dcb64b9e6fe4e13fcaa937eb5ac8ba00c0bc08b67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,981
Size: 1.00 vMB
Total Fees: 0.00326205 BTC
Feerates: 50.27 > 0.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (414,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,180 500,180 0000000000000000003257a6f56040e4c9c26d13c9b8d62611c26d2fda6650c1 3,432 1.00/1.00 vMB 609
500,179 500,179 00000000000000000032709884c2980d9a9e15b4f939a768ff6b8f427b998c8f 3,025 1.00/1.00 vMB 591
500,178 500,178 00000000000000000029b7f3b6f6612912f0e609e02c66dfa4c0766b234b7ab5 2,415 1.00/1.00 vMB 562
500,177 500,177 0000000000000000005560d189acb077ddf97e5ef8e0b31c5924e8db286eb49c 2,797 1.00/1.00 vMB 534
500,176 500,176 0000000000000000007cd8174f8d25bbb5caa90c9a2b5f331e8656c34750e014 2,761 1.00/1.00 vMB 571
500,175 500,175 0000000000000000003e5b46ae60bb654e2a960e5b4df7ddbb80d9db15c34456 3,059 1.00/1.00 vMB 597
500,174 500,174 0000000000000000000000bb5b432a764ad6c7acf677dcd99161abfdf68e698e 3,594 1.00/1.00 vMB 616
500,173 500,173 0000000000000000000449fbead9e7413308a9395c4e236f51ee45216ab94a92 3,334 1.00/1.00 vMB 580
500,172 500,172 0000000000000000008a5eeb83ae4f2bf1c4ffc951210d55cc98dd19a3e85a29 3,582 1.00/1.00 vMB 552
500,171 500,171 00000000000000000012ec583d5b6ec55622599f894323eb57c846130139d604 2,579 1.00/1.00 vMB 556
500,170 500,170 00000000000000000004e2bda19022d105bd32a5f4d72eab21c5f236124a8fb2 2,879 1.00/1.00 vMB 549
500,169 500,169 0000000000000000006ade0348f1aaf3909435fc55b3672a5987e2bf4ce45867 3,092 1.00/1.00 vMB 532
500,168 500,168 0000000000000000000e3114335104cd4a1b30f00aad3730af9d8df06d6468d2 2,792 1.00/1.00 vMB 533
500,167 500,167 00000000000000000089bda662455d3671c91b76c01dc09803f3614773471642 2,676 1.00/1.00 vMB 572
500,166 500,166 000000000000000000658f61ee864f05ea3e52c0f999e86d868916f5948a39aa 2,855 1.00/1.00 vMB 634
500,165 500,165 0000000000000000001c56e2188df35250ba5f36c7871dbd53bf65e6ee9567f1 2,842 1.00/1.00 vMB 594
500,164 500,164 0000000000000000002cea0d91d7fd00e5b378c4adbc27f89a4b99cbeac3817e 2,715 1.00/1.00 vMB 650
500,163 500,163 000000000000000000924eda841cb99cc74788acebefbb2ecf963cb7e44b4e94 3,274 1.00/1.00 vMB 556
500,162 500,162 000000000000000000038008bcbbc0af68d8cff564128b5857e2bf7672220237 2,911 1.00/1.00 vMB 515
500,161 500,161 0000000000000000009481714c5377911f33588aa71c49fceba0f0cf6b615403 2,841 1.00/1.00 vMB 533
500,160 500,160 00000000000000000012b3b0116825ef33d1f9324ee1d0cc13ec888ab0fbf68f 2,213 1.00/1.00 vMB 502
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.17 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.