Loading Tool

Explorer IconExplorer

Memory Pool

88,104 transactions
32.81 vMB
0.21626605 BTC
Random Selection Loading Transactions
Max Size: 193.84/200 MB

Candidate Block

Mining Attempt 65dcf38bd2bca5c08379ccfc6271dab081633a51dd66a60625997262afaed37e
Version 20000000
Previous Block 00000000000000000001a97a7e8496ce4c2a6d89606758ddf3eb31ad29a9060c
Merkle Root a08ca8d4cb42618c02f3197b11fedd3b5b59e1faa8b51321c1f7aac42337b748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,670
Size: 1.00 vMB
Total Fees: 0.05918142 BTC
Feerates: 100.36 > 5.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,634 (856,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,138 59,138 000000000400c82009cb9c01ad7af4eab748f28ee183133cfe5cc4cfc6f9f066 1 0.00/1.00 vMB 0
59,137 59,137 000000000757e17385317a9ca370193aa422cf9feb2b3c985cc3afe9a7daa29c 1 0.00/1.00 vMB 0
59,136 59,136 00000000008a9fe2dc6c31470a7b7c661c323f97d21d8e6a459352d139bc2d29 1 0.00/1.00 vMB 0
59,135 59,135 0000000004807fc5d73a8213ad3b5cc7df49eb2200ef0e88cbc7598ad1f96d33 1 0.00/1.00 vMB 0
59,134 59,134 00000000098f799937050203e7b043e0569f823dd155853196276de603d2965a 1 0.00/1.00 vMB 0
59,133 59,133 00000000017d79321153adf7af32a4b632bf3682ef3f992f4f58f8e4c09c8c2f 1 0.00/1.00 vMB 0
59,132 59,132 000000000e81e7e5839ef0724e974b420be138a80ad4b99f66ccdf500d2c9516 1 0.00/1.00 vMB 0
59,131 59,131 000000000992c3598dcbbc6749fcb8075eedb1fdd9015c995d293341f8949909 1 0.00/1.00 vMB 0
59,130 59,130 000000000f4621114758cb17410ac231f456c35a1d4de58acdad274cb4aa9316 2 0.00/1.00 vMB 0
59,129 59,129 0000000007c02b22fa3193dee2c7be7359e92d7ef20e576de8380a65ebafe74d 1 0.00/1.00 vMB 0
59,128 59,128 00000000084c672a691ef1a4660a5478ad97590190fe0f998521bdeedae8c481 1 0.00/1.00 vMB 0
59,127 59,127 000000000bd61a5c80f6095654c0dc65a61e4ee92277845ff0afbb247c07e150 1 0.00/1.00 vMB 0
59,126 59,126 000000000779a3db0d6bd35a6da7adf17d3b8b24d0550537dd26f22d4f241366 1 0.00/1.00 vMB 0
59,125 59,125 0000000008b9635411a72a4b654698fd25397e4498977a5fd3e369735afa737a 1 0.00/1.00 vMB 0
59,124 59,124 0000000007d9720d7b95657e8a27eb949b781c30306fc182d354ad57c07e6d61 1 0.00/1.00 vMB 0
59,123 59,123 0000000004bb6c7a086aecb7b293a3e0c4f3a77e82e5d448dca2ce5ab756d99c 1 0.00/1.00 vMB 0
59,122 59,122 000000000b16bac27a6d963fa192abf97649c18e7867ca2b8d6f00fb8fd80d18 2 0.00/1.00 vMB 0
59,121 59,121 00000000080ca33432b24e500c1c0a8ed0a45dd46e9b151796358ba0f84751a5 1 0.00/1.00 vMB 0
59,120 59,120 0000000007ce3487a3f319793703b8e352fc70302bfb24b2504cab140ff675c6 1 0.00/1.00 vMB 0
59,119 59,119 0000000002bc38f82e21d18aa36ce8631511eb5068af711aee1cc5f6bb73e27a 1 0.00/1.00 vMB 0
59,118 59,118 000000000d69ef133f4dbf21870aa75ed25826f165b80e8f445c84ad445ae485 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.61 GB
    • Received: 20.29 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.