Loading Tool

Explorer IconExplorer

Memory Pool

42,500 transactions
29.24 vMB
0.07483960 BTC
Random Selection Loading Transactions
Max Size: 149.93/200 MB

Candidate Block

Mining Attempt 1c087a761c6b5a50391db440c41047b0ef7c76ca2a86c0e0ec0668493190c482
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (446,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,138 468,138 000000000000000000933f761a24129b368b8d5c62a7729881d3271035c06bc9 1,381 1.00/1.00 vMB 286
468,137 468,137 000000000000000000a0854d8856f29d7bb0a49c34efc6901f7be375f4b7ee71 2,112 1.00/1.00 vMB 333
468,136 468,136 0000000000000000005976fb44467301c2dd65bc3fd0581816d4c003cd12a1bb 2,141 1.00/1.00 vMB 279
468,135 468,135 000000000000000001a05cba2d20b99a9f51d3de64a6fc2eb357bef5602309f1 1,351 1.00/1.00 vMB 270
468,134 468,134 0000000000000000017ee8e3045a5ca3cea09ff95481b9760bd4d9291d5f8513 1,686 1.00/1.00 vMB 236
468,133 468,133 0000000000000000013d59d888b27d13bf7c8367cbcd516249e3ee18cc628440 2,213 1.00/1.00 vMB 293
468,132 468,132 000000000000000000b09ad742ac7716014a38b9cf0aa43b056a86b81a61f98d 1,968 1.00/1.00 vMB 308
468,131 468,131 000000000000000001620d81bf193442274bfcd01b52549b8d8d83a8ed7e27e2 2,017 1.00/1.00 vMB 273
468,130 468,130 0000000000000000012bd88b0382588e68aed7e86243bab3cc09675443a6ad00 2,307 1.00/1.00 vMB 328
468,129 468,129 0000000000000000011191e722f63a98927bb9667db0ae724287d5dc871c6355 2,638 1.00/1.00 vMB 391
468,128 468,128 000000000000000001b6111f0bcb5e1fb0142fe7ba78d7816845604dd7d26531 2,016 1.00/1.00 vMB 340
468,127 468,127 00000000000000000152bfbff4834bf8a226ee94312eb3263d7d112b84292e3c 2,450 1.00/1.00 vMB 424
468,126 468,126 000000000000000001979b882d74284bd1d55f2e539fbd23cdf0597961a4f409 2,043 1.00/1.00 vMB 309
468,125 468,125 000000000000000001b54b636f1eabe269077153f6bec617876954ee4e56df37 2,496 1.00/1.00 vMB 366
468,124 468,124 000000000000000001bd69c0c1f860ab7f36bb8650541b6657d73502773005ec 2,457 1.00/1.00 vMB 432
468,123 468,123 00000000000000000174a21361d27715d2efe8235442180799d944f28097bc05 2,330 1.00/1.00 vMB 427
468,122 468,122 0000000000000000003fa4b0252ee7c88e31c0f5da4a587c2988b32abde930e4 2,326 1.00/1.00 vMB 354
468,121 468,121 0000000000000000016d11384b169f35ec0570dc511cdac4be5bbcf9da747b11 2,553 1.00/1.00 vMB 281
468,120 468,120 0000000000000000005d867c0c442bb69a17bbf26ce284f1fea17bca67664fb7 2,052 1.00/1.00 vMB 315
468,119 468,119 000000000000000000a1f35c57b3052e125dcacd39c950e22141ef58223c1f77 2,740 1.00/1.00 vMB 392
468,118 468,118 0000000000000000006c0508d3f9b06c44a0beb302a63b4f5f00d321e1ea0f74 1,761 1.00/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.