Loading Tool

Explorer IconExplorer

Memory Pool

76,657 transactions
28.57 vMB
0.06977973 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 2740740965f7ca1ad521c748d9f2207de33d1576e3a11d349d380248f328e9b0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (484,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,131 431,131 0000000000000000034addda9f050bd3b3d5a54275085c9ee1af64a2a87443ed 2,452 1.00/1.00 vMB 77
431,130 431,130 000000000000000001a1d4ad583cfe74dfa7953ac9b60e42b6d76887fb91ce86 2,801 1.00/1.00 vMB 68
431,129 431,129 000000000000000001f1c9acfe96f43f53879d775518fe6333b8501281c7f7dd 1,534 1.00/1.00 vMB 90
431,128 431,128 0000000000000000005b09d4ac9be5d14214e825f0d68f3ce4d3ee4b2eaa2db2 3,149 1.00/1.00 vMB 121
431,127 431,127 000000000000000003dcffacdc6b4f583b043d49d9c35545e439d3289361b09a 1,033 0.38/1.00 vMB 75
431,126 431,126 000000000000000002c9f95ff3f88aa25f1789c3a68fba4f692ef77819c377e0 2,137 1.00/1.00 vMB 56
431,125 431,125 0000000000000000038751d958950d2c8a611eed82f077f525d7734ccd8add1d 549 1.00/1.00 vMB 10
431,124 431,124 000000000000000002869d5bc50904ee44d619f632c09a12142501c93b151484 1,873 1.00/1.00 vMB 54
431,123 431,123 0000000000000000044269fe1ecf136fa890713076bd5fff1dbf6969c1edf583 2,075 1.00/1.00 vMB 47
431,122 431,122 0000000000000000022bf150ec555ac263d8a7890be485ea376b36a7348a2901 2,893 1.00/1.00 vMB 56
431,121 431,121 0000000000000000033cf3bbacc32cf8e8c3b532609f38111dad15b6aa4e5408 2,759 1.00/1.00 vMB 74
431,120 431,120 000000000000000002c230a3c907d04eeceb01f3041e6b81eee474e01993f33b 3,215 1.00/1.00 vMB 105
431,119 431,119 000000000000000000a9f52c8b6f61440d920d07766d588584ed94f39934014d 1,336 1.00/1.00 vMB 30
431,118 431,118 000000000000000000cdfd43f3f5b1ea5c07bc2ebfd8c54d796e7a0e238835a3 2,435 0.99/1.00 vMB 68
431,117 431,117 000000000000000002aee2357f6857d13bca1bfaf14c7c6e3cd3a7accdfdbe6d 1,852 0.95/1.00 vMB 53
431,116 431,116 000000000000000000d1ba55aede223c36a572b2036965a4b2bb04a8f4ed2ad3 1,893 0.99/1.00 vMB 60
431,115 431,115 000000000000000002c40a1e753388c6008159c86310816d78274fe2aed31929 2,257 1.00/1.00 vMB 54
431,114 431,114 00000000000000000486cd1f071bfc85cf61aeb379dfabb500b7110d98dc62bf 732 0.25/1.00 vMB 82
431,113 431,113 0000000000000000002cdf42b538efe148cfa6e44cead027143a931a78632b6b 1,203 1.00/1.00 vMB 27
431,112 431,112 000000000000000002af46cc46c14fef81b226ceadaf66d487a8593e19752e40 898 0.35/1.00 vMB 63
431,111 431,111 000000000000000004872a8e98bc6052b5dbbb5087acfa181420ef358a65eca8 149 0.07/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.