Loading Tool

Explorer IconExplorer

Memory Pool

41,627 transactions
29.36 vMB
0.07684657 BTC
Random Selection Loading Transactions
Max Size: 149.76/200 MB

Candidate Block

Mining Attempt 9aeb23efcd39fb21d7fdf241007d07cc40ddd443bb92d330f1e439ef05a74645
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root c7c4725c3f229680b1ee21afb207a75bd6054006d8b71c046508b6c7f0855876
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01919821 BTC
Feerates: 100.21 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (311,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,610 602,610 0000000000000000001288ea6d4b3f0a0ad6ff0e5e3ef1fc1fc9ca600480cc72 2,272 1.00/1.00 vMB 25
602,609 602,609 00000000000000000000a684ef2b4060b46fd95329521be1ea353e4428e3c97a 2,688 1.00/1.00 vMB 16
602,608 602,608 00000000000000000000d3a8b95a0f76576d55d83cae7b40578be43f73eab623 2,792 1.00/1.00 vMB 23
602,607 602,607 0000000000000000000230644d826cd7dbe5a1967118751a93819a9d1083dff1 2,490 1.00/1.00 vMB 28
602,606 602,606 000000000000000000095a82c80015564ea491b9bad3437d54e912ebc01fb90c 2,471 1.00/1.00 vMB 38
602,605 602,605 0000000000000000000db896a21bf208407dc89adb347e0d145e525ddc9f1688 2,896 1.00/1.00 vMB 46
602,604 602,604 0000000000000000001102f599f839610159279fa2a29f15030e25cc51d619e0 2,891 1.00/1.00 vMB 53
602,603 602,603 00000000000000000002893b2f52882999696701fe6d2462ffff4b087954cd5d 2,577 1.00/1.00 vMB 46
602,602 602,602 00000000000000000011af01b140d90dc071e6897168d4b6e160d2465a34c8be 3,161 1.00/1.00 vMB 36
602,601 602,601 0000000000000000000b5492e9f5acf766e3bdd275622df119e2ea30c52c2974 2,199 1.00/1.00 vMB 59
602,600 602,600 00000000000000000004fe571809a93a61a68c9eaeb049ccb6ffeb6b36ece84c 2,007 1.00/1.00 vMB 22
602,599 602,599 0000000000000000000714ad8a099f706380a26cab9b1f43f06f239e6c72f3cc 2,728 1.00/1.00 vMB 39
602,598 602,598 00000000000000000004b91bad9ecfa8c0e57c256d0007cca6f0a2a9e54a2ccc 2,815 1.00/1.00 vMB 34
602,597 602,597 0000000000000000000d1ae4bce5f487962761b785ef689a827d93ad74f6fec3 2,503 1.00/1.00 vMB 48
602,596 602,596 0000000000000000001199a3f1303f4933fafbb0585553f9297ec11951b28a52 2,464 1.00/1.00 vMB 48
602,595 602,595 0000000000000000000c8bc596776781d4f4107732011b858a4366307bbf19d7 2,598 1.00/1.00 vMB 32
602,594 602,594 0000000000000000000d080aed3703aaae84c45a50e706d369bdd76d203aab00 2,606 1.00/1.00 vMB 30
602,593 602,593 00000000000000000004b527239496447fd591e55c91221406a7e3001a9c8fb8 2,348 1.00/1.00 vMB 28
602,592 602,592 00000000000000000003399bc59c234663e1a3b0aba3224c14faf273c16b3034 3,164 1.00/1.00 vMB 33
602,591 602,591 0000000000000000000f28d9b3be15ce4504e94a9ea6dc047a6202f9db07d730 2,372 1.00/1.00 vMB 48
602,590 602,590 000000000000000000066b1e8c7100d3f99bc9a418f78fccb8a151aa835b6075 2,357 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.57 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: 622.68 GB
    • Received: 11.37 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.