Loading Tool

Explorer IconExplorer

Memory Pool

49,685 transactions
30.43 vMB
0.18547939 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 028f737126c25e9fa375583fabcd3db2c442a7de2494dcdedf93a877aefd3a0f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f5aeeb97e5612978ff9ae4ce67698247fa6b94e3cb6b10292ffcb2b567b1d9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.10074670 BTC
Feerates: 261.10 > 10.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (337,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,706 577,706 00000000000000000015f3860f1a22e6c08d88fff716fcbbaabd052ca5cd79b8 3,169 1.00/1.00 vMB 137
577,705 577,705 00000000000000000027830df2cabfea68c8791fc0095a62e66fd9c78deb11ad 2,322 1.00/1.00 vMB 49
577,704 577,704 000000000000000000133d7e5948aa2ce0af092e24dd3230ca36c0b4dbf8a8e4 2,811 1.00/1.00 vMB 116
577,703 577,703 0000000000000000002572db229033f687f417213fe448695ca11994d6258fb8 2,693 1.00/1.00 vMB 128
577,702 577,702 000000000000000000120e802a44464bcdc1a45ed8c46a7a2a156154535dcf53 2,915 1.00/1.00 vMB 180
577,701 577,701 0000000000000000000f8768abcb2e4917040eeb3e548f9f7f9a830744318e5e 2,143 1.00/1.00 vMB 157
577,700 577,700 00000000000000000012c24f8f135cdce96726c5f6465f224eab12987eb9706f 1,770 1.00/1.00 vMB 34
577,699 577,699 0000000000000000002265e4fe906a738a2e17e8075344cbf66a68ac7dfb802a 2,361 1.00/1.00 vMB 12
577,698 577,698 0000000000000000000200b7e16d3f518eef399d0ac619878115894d9d2abf51 1,918 1.00/1.00 vMB 6
577,697 577,697 0000000000000000000ae35faef15e69b1dbd65975c9928d5fc6985aa3c2e231 2,587 1.00/1.00 vMB 54
577,696 577,696 00000000000000000010bf4d2fc84ee81189c1a2f80e1adbe83116438633c2ea 2,901 1.00/1.00 vMB 84
577,695 577,695 00000000000000000002cc11908b8d57486ac57219f07fe0e5a1ac41e781a59d 2,639 1.00/1.00 vMB 59
577,694 577,694 000000000000000000049581bf7ad8addaedb91a2d3a373d91030d69a47588a7 2,223 1.00/1.00 vMB 112
577,693 577,693 00000000000000000003d5d0d28c01e9548a08f6b66db2bd4be8d3aea53e4854 2,883 1.00/1.00 vMB 77
577,692 577,692 000000000000000000147ae2794ada9cc099fca77ca1b5b6c3dc143e49cdfe5d 2,115 1.00/1.00 vMB 80
577,691 577,691 000000000000000000078b2116769dd33db00ac5209a813c688daf40f30b964d 2,728 1.00/1.00 vMB 153
577,690 577,690 0000000000000000000b59cdb2a7f5502350bec2b1c5b0bcc62dccbf60a5ec0c 2,852 1.00/1.00 vMB 75
577,689 577,689 00000000000000000020dc4610fe56295b58f488d86fe5292af090b50385d281 3,421 1.00/1.00 vMB 97
577,688 577,688 000000000000000000044621d04c675995f3ffc6a122bc89f991c6108f680907 2,723 1.00/1.00 vMB 123
577,687 577,687 0000000000000000001b4b583d3901a12118fb9d1d18e81ba7288d33ed9c9e40 3,209 1.00/1.00 vMB 188
577,686 577,686 0000000000000000001fb8ffd7ac064a9fef5b1fc544bb7e094b4c865c4462fe 2,877 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.