Loading Tool

Explorer IconExplorer

Memory Pool

28,866 transactions
10.37 vMB
0.03841500 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.53/200 MB

Candidate Block

Mining Attempt 7f46fa17eb2e269e390e79633b91ace6adfa443a413cb408d972349e722aba2c
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root 31dc1908624373fbede75f8e3cc693df9b1a7754a01c01c97e3d50168612080e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 948
Size: 0.44 vMB
Total Fees: 0.01329893 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (795,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,795 117,795 0000000000002cfcf4efc22c351d83e448dfe30cbe3d6984c7621c3e8a8f215f 5 0.00 vMB 0
117,794 117,794 000000000000502e8fec799f97328444095aa2187a4338d97f0f99e893697322 7 0.00 vMB 354
117,793 117,793 00000000000083f73cb205a6737b78579eaf77dbe73dc995ddf02d0b3ff23db5 1 0.00 vMB 0
117,792 117,792 0000000000003ceae26a074c2194ec1110ac7ef991fcb312b27f5ea618f9e989 4 0.00 vMB 0
117,791 117,791 00000000000048cb30cd1ab37a8ca2af1f62ae5950b4b3c2a7f33f1bb87d93af 10 0.00 vMB 306
117,790 117,790 00000000000072c49ed9f3034a26478c486c281819f953ecfcc97871cd565507 1 0.00 vMB 0
117,789 117,789 0000000000001203032a4d6593a561e12e406e1f89bd9cd12ede785edfec011c 3 0.00 vMB 0
117,788 117,788 000000000000b85c6260b84c000a17c35385f57ce801eec609eb9dddabd077af 12 0.00 vMB 0
117,787 117,787 000000000000acb06e16bb6ae8e36edd290fae0babd795602e03cdb8ec70b857 10 0.00 vMB 0
117,786 117,786 0000000000000aeb481d51257c46ef5a8cfd7b998773f5709fb701cdf8e6bbf3 3 0.00 vMB 1,222
117,785 117,785 00000000000091985723df846438954f0621f878f385504a711b7479db45b6e2 11 0.00 vMB 0
117,784 117,784 00000000000099b53c5cdf903c19e6b7f4900108ca09f516619d802ec7ffa906 10 0.00 vMB 804
117,783 117,783 000000000000b7173b7b9c16b5a5f5f9e3dcd8023642cc9fb6a9ae199ab568b1 13 0.00 vMB 676
117,782 117,782 00000000000078dfc663fe614d98f72c167fa11a453363f188a539a152df4e2f 11 0.00 vMB 0
117,781 117,781 000000000000b719610b232be13b0448681da552dbd1dfc340fc2737bf32411e 10 0.00 vMB 358
117,780 117,780 00000000000006e55ae70285a6ff1befd432ca6ae4828f586664aa3dcd01d667 9 0.00 vMB 0
117,779 117,779 000000000000c60077002187dcbb53350eab6ea1ffaf401d2ff8211b97543531 10 0.00 vMB 699
117,778 117,778 000000000000afdd8f49d6e0562a4f20dd18c8b7b077ed8eaf3a934d173a324a 12 0.00 vMB 0
117,777 117,777 0000000000005317ed6f476b912eadcaddd383c0830505e8307dbe00a9cdcbef 6 0.00 vMB 0
117,776 117,776 0000000000003244d7b3b2c5ba6b5921061e9ea41c5a7afdd2bcd0a3548ef65e 12 0.00 vMB 0
117,775 117,775 0000000000007eac7d2b13e0997ca7cad2025292f153ddb70888f33ad51142f3 21 0.01 vMB 113
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.14 GB
    • Received: 0.67 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.