Loading Tool

Explorer IconExplorer

Memory Pool

95,580 transactions
31.37 vMB
0.10955063 BTC
Random Selection Loading Transactions
Max Size: 194.40/200 MB

Candidate Block

Mining Attempt 5345a59f52c027b45a68c9bc028a512b2dc251108a8ddb021934bdeeb14c1bda
Version 20000000
Previous Block 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b
Merkle Root 7387c4a0d8bf0c9efa881a7c162cb5307e4e38f5a723d38b4e38f10c8265687a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,526
Size: 1.00 vMB
Total Fees: 0.03543402 BTC
Feerates: 100.20 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,928 (822,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,803 93,803 00000000000055a9127c48b9509d467dc2f058de22e2e5b5b3f1366840526f18 8 0.00/1.00 vMB 0
93,802 93,802 00000000000621af25349be20a52a2366f1a6c554e662090c68086ab0cdab4da 3 0.00/1.00 vMB 0
93,801 93,801 0000000000085fea8d24eb15829c362272420c4df3df8fd3df3d01397a09f2eb 1 0.00/1.00 vMB 0
93,800 93,800 000000000001f97499cd82a440ee1e15a6581537ab1617743c29182f42d9a527 9 0.00/1.00 vMB 0
93,799 93,799 00000000000870405d89739bcbe4557d9a258b08f4b012a966dd26353fa00f9c 6 0.00/1.00 vMB 0
93,798 93,798 0000000000070e7296dc6bff772829549a2f8dff1e568035f3ce0dea47bad0b7 8 0.00/1.00 vMB 0
93,797 93,797 000000000006d678b747b17624f43fd0e2402330a16281b063922f6cc2595cfe 5 0.00/1.00 vMB 0
93,796 93,796 000000000000d1e86a61aefbffdf22c446e7b54c1241c5171492b0ed52e6e60f 5 0.00/1.00 vMB 0
93,795 93,795 000000000001bf929beb75dbcb71614f5dfe00a62d9582f5f5e44b6cd4d55c1b 7 0.00/1.00 vMB 0
93,794 93,794 0000000000021f03721cd78c787fad625d29887e46229112d24aaa2136167d0e 10 0.00/1.00 vMB 0
93,793 93,793 000000000004227e1b666d8ddf5c893daf2de662d28b75aa56fe0461ca38ac99 3 0.00/1.00 vMB 0
93,792 93,792 000000000004dc0b0ec46ef1123a1b1b8725c58af493bedc669624145ebdb5e0 4 0.00/1.00 vMB 0
93,791 93,791 000000000001548a88112af14dc4c219d314027c8f98a75ec328bb7eb2ce17dd 8 0.00/1.00 vMB 0
93,790 93,790 0000000000076047eacbcb0adb15d3163bd2d70ea7bf10eb9e07998c7143c7a3 7 0.00/1.00 vMB 0
93,789 93,789 0000000000097224047cb612fcef1cbfe4b6b8d099e8f07ff151c20c4f75c130 8 0.00/1.00 vMB 0
93,788 93,788 000000000001725a4cb1c9dcd9791700a75e7dc378ee55a2ea50d687590dcf8e 1 0.00/1.00 vMB 0
93,787 93,787 000000000006ebbd6580e3f883f5e4f688c2f7122efbf2d11c520a4a26964087 9 0.00/1.00 vMB 0
93,786 93,786 000000000006c9b630cd7f46222347110e529951e6b0ecae5505dbefda644289 5 0.00/1.00 vMB 0
93,785 93,785 0000000000027ae384cb3577c49e6c4164063c1c3f6554c5020fec33c6c66b71 20 0.00/1.00 vMB 0
93,784 93,784 000000000001103f13f658761b3e6eb6cf99e6caceedb1577a3d9dfb6835f41c 6 0.00/1.00 vMB 0
93,783 93,783 000000000001cdfbfb0d2c564c0e73f164df0d03665310660a0f35bb89fa36ef 18 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 798.91 GB
    • Received: 22.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.