Loading Tool

Explorer IconExplorer

Memory Pool

80,046 transactions
30.57 vMB
0.08067774 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt 18e63b2f06dd54e476dcfb24b60ee726d2d4d80cb02ee62743bb331ebe1c47d9
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 53f469d5532be79218a3c5444b35c251bcf23a12d2f726f47c1262c7e5663d04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,356
Size: 1.00 vMB
Total Fees: 0.01533585 BTC
Feerates: 351.58 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (454,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,375 460,375 0000000000000000000d91e925350a1ae5948a908f78cce058043b0ec50c617c 1,610 1.00/1.00 vMB 212
460,374 460,374 000000000000000001205eac4be58eb186a5dc58e3984af16a9b9e16e90225c1 2,184 1.00/1.00 vMB 185
460,373 460,373 00000000000000000064d294d9c49cacd7ad9978ccffddf01d7d03b6bb1a07de 976 1.00/1.00 vMB 107
460,372 460,372 000000000000000001e78f7631189b50c5465d8dc0333308628a4676bf6e05e6 2,411 1.00/1.00 vMB 178
460,371 460,371 00000000000000000138357994c88985fb16a265ae2574497aff54fb50d8b4d4 2,319 1.00/1.00 vMB 152
460,370 460,370 000000000000000000ffd16f0d9f7bc3239bf32ce9c74a2edc5490c217f15a49 845 1.00/1.00 vMB 121
460,369 460,369 0000000000000000004acbd56c39c9d8436df92b7c548724defb919bd6050a93 1,520 1.00/1.00 vMB 141
460,368 460,368 000000000000000000cc6d58cc1285e59d5f3f60d2a07fd3318d0cb510f7d927 2,705 1.00/1.00 vMB 162
460,367 460,367 0000000000000000010b39d08b4269b95f9a652b67ad80d4aa4ba2e5b056b4f1 2,446 1.00/1.00 vMB 143
460,366 460,366 00000000000000000005b56ce9cfe36e944d1300821e4b88b5fc2226d974e2e0 2,045 1.00/1.00 vMB 144
460,365 460,365 00000000000000000076afabed86d7a983c172ffb9b3adc53177288da3390989 1,573 1.00/1.00 vMB 157
460,364 460,364 00000000000000000164b3c2b4ad7d37d0107f4f11a661724ee294252fd9c1b5 1,941 1.00/1.00 vMB 148
460,363 460,363 000000000000000001e801710e0f3a6448242d146eed1feb4f7faa24ac2fa661 2,282 1.00/1.00 vMB 175
460,362 460,362 00000000000000000132d53dfe8a0ecfc0f9b31e9e766c00f1746251a2de3de7 2,453 1.00/1.00 vMB 218
460,361 460,361 00000000000000000096c432950859a7b255fa18c1ba7a3aed753f8b30a3a7ed 2,309 1.00/1.00 vMB 183
460,360 460,360 000000000000000000010b114f2c2957c9054660447f7881f103854ceab425dd 2,081 1.00/1.00 vMB 137
460,359 460,359 0000000000000000017fae1115738a51d3ce0b963d12de42bf046cceaa43d457 2,798 1.00/1.00 vMB 123
460,358 460,358 0000000000000000019f19588831d04310cce318734bf81c42f5057857860c1d 2,359 1.00/1.00 vMB 141
460,357 460,357 0000000000000000016ecb6f1b350e92f9490f742c300c22ad150140b9011452 2,172 1.00/1.00 vMB 164
460,356 460,356 000000000000000000ab65890377196a40b760f2d237465b3b420d097f078208 1,752 1.00/1.00 vMB 146
460,355 460,355 0000000000000000007545942aa42e79928ef7d8b50953840ed3c93b22fc5552 2,249 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.