Loading Tool

Explorer IconExplorer

Memory Pool

49,190 transactions
30.56 vMB
0.09526254 BTC
Random Selection Loading Transactions
Max Size: 163.48/200 MB

Candidate Block

Mining Attempt b0572402a2df6c60d1e4df84d474aa65e8086f0db92c721e7dc14cd1cd84b84e
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 8220448ab78b8e274e17d3e32a3fc3b83061a682d8201f02191b13fc2cde254c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.03202665 BTC
Feerates: 101.56 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (191,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,468 723,468 00000000000000000001b68634119ce7092d2e64f6e3299bb5677261d8ddcd9f 2,964 1.00/1.00 vMB 17
723,467 723,467 0000000000000000000821e423f65a45e1b7500beb8f50964a7a1a5f9a153aa3 2,718 1.00/1.00 vMB 12
723,466 723,466 00000000000000000004b54c968796a7c490f1c45b7f6d399882fb1fc5ad0b0c 1,037 1.00/1.00 vMB 6
723,465 723,465 00000000000000000006e2b077b71a106d2c93298c2ac814b82a42ff7e116c79 2,766 1.00/1.00 vMB 12
723,464 723,464 000000000000000000020e9957923c4cee48d21088e1669ffa2d00d28c3fe8c1 2,246 1.00/1.00 vMB 15
723,463 723,463 00000000000000000009923c8dd10276b421c87ea6314d44dcb07ab0593c960d 1,446 1.00/1.00 vMB 6
723,462 723,462 00000000000000000004fcce165978b356308d1ea100f6e887cb4f8465071d9e 1,428 1.00/1.00 vMB 10
723,461 723,461 00000000000000000005e35b9a21d532cb12391e36fd0054d298eaf31be37aae 1,575 1.00/1.00 vMB 10
723,460 723,460 000000000000000000065f1788418eef30a1e71817d49e8df1b1a514c528571e 2,582 1.00/1.00 vMB 8
723,459 723,459 000000000000000000054a766b2e475d9b473e7095bee3ff14c15456fccfbe2a 2,933 1.00/1.00 vMB 12
723,458 723,458 00000000000000000008c10bdbeb23302306b09a44af7b781c79cecc63e452f4 817 1.00/1.00 vMB 9
723,457 723,457 00000000000000000003c75ce11f2d2fcd1f05fe353d3858f529ffcc773d184e 237 1.00/1.00 vMB 6
723,456 723,456 00000000000000000000af96c1225a01b1f85a9519c974dc9a16a7df5c17e4a8 496 1.00/1.00 vMB 7
723,455 723,455 00000000000000000007d8f5ee52464a5ef8e3524af2b3a80530e3385c230742 2,596 1.00/1.00 vMB 8
723,454 723,454 00000000000000000007553e3266b872ece1d49fbfd23d8acda89ee89b497c0c 2,967 1.00/1.00 vMB 12
723,453 723,453 0000000000000000000241ae5e89cf15c4721f191137432f8807c6e43c2b4904 2,940 1.00/1.00 vMB 20
723,452 723,452 0000000000000000000482f61a98c5a35037ea221313c2c089beb8b9ba20702a 3,031 1.00/1.00 vMB 14
723,451 723,451 00000000000000000006b211d22bddb412fce2c8d81cc678e28cca5df26aae07 1,423 1.00/1.00 vMB 10
723,450 723,450 00000000000000000003c98dd3722fce67e4428bda278247ef265c582fd00aee 1,273 1.00/1.00 vMB 10
723,449 723,449 00000000000000000009eb46d015618f3e8f52ca2e88754efb20c8898150ec7d 1,212 1.00/1.00 vMB 9
723,448 723,448 000000000000000000093efc1ec979181ad408f1a9c9e40b4f2c95df324ee478 863 1.00/1.00 vMB 9
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.42 GB
    • Received: 13.77 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.