Loading Tool

Explorer IconExplorer

Memory Pool

78,018 transactions
29.03 vMB
0.07930235 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt d1d364952889fdf4925e824acad554d2135bb56d757a6428edd75d9b40366549
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 272cbf30b3e79a5d262ce79cee492daa00c442509dfef76a60f32ff71287dcc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.01868059 BTC
Feerates: 178.73 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (480,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,115 435,115 000000000000000003ba5a261370be0a920d4ff733ecdc610691888edac5ca14 2,196 1.00/1.00 vMB 56
435,114 435,114 000000000000000002c162de013d6b3eeef9217b147772c13101d6bf2f959990 2,257 1.00/1.00 vMB 54
435,113 435,113 00000000000000000137c2abc6411303f40a8282c016d27855dc297f83627116 2,386 1.00/1.00 vMB 87
435,112 435,112 0000000000000000032ac0ad29c354ae6e86a43f8fd4486fba5b1c8ca9c75311 1,556 1.00/1.00 vMB 43
435,111 435,111 0000000000000000011bf1e473b36d4801cc03df28ed3809a8ef1a63c47c2892 1,791 1.00/1.00 vMB 48
435,110 435,110 000000000000000002b5e07727db6ea332af3e6d427fb692ae96665ff994bf3f 1,356 1.00/1.00 vMB 30
435,109 435,109 0000000000000000006a0637c7900ab84474edc5a1c1ca447d7cae89d381f80d 2,397 1.00/1.00 vMB 77
435,108 435,108 000000000000000001dbb4e4c5bbf214b2f95c80928603561bf582bbd9a7b4cd 1,177 1.00/1.00 vMB 24
435,107 435,107 000000000000000003a6a7cde5244a464427335cef0fcc1a81951bb409c0ab5c 1,930 1.00/1.00 vMB 41
435,106 435,106 000000000000000002e852328462eea446f60008eb70fd913766c85eeb8382e7 2,836 1.00/1.00 vMB 48
435,105 435,105 00000000000000000000a9c11fdc7a5971f51877a18d3b4b9b3d731173b60d9f 1,207 1.00/1.00 vMB 57
435,104 435,104 000000000000000003b6520ee8bff3f60a8f1cfc94a510d0a9fea61f289819e8 2,832 1.00/1.00 vMB 72
435,103 435,103 0000000000000000029071eb048274588a05987e5ebad8a86b9262ade00bf577 2,566 1.00/1.00 vMB 81
435,102 435,102 000000000000000000ca4d0ef66b1e6b7e7f31e47b49d20020120a41c38dcb45 2,141 1.00/1.00 vMB 65
435,101 435,101 0000000000000000039ab68714ebc7d6e638f89639e7487edce68abae1441b1a 2,237 1.00/1.00 vMB 62
435,100 435,100 000000000000000000d5c40c42ba1453c0372e6f9f9a427b8b8e98ecfa83243a 2,575 1.00/1.00 vMB 76
435,099 435,099 0000000000000000029d307fd690145251cbb9d22592906624990be8111efd81 2,888 1.00/1.00 vMB 109
435,098 435,098 0000000000000000015d94c4ddb0d5c1ff1e651b92d0563c7af0359d561f3b0d 2,810 1.00/1.00 vMB 96
435,097 435,097 0000000000000000019d80253effcf959ebf3bc5177dae475eeac264c316ebf2 2,308 1.00/1.00 vMB 58
435,096 435,096 00000000000000000179707467b62178c11a50fc96d184a2b625dfcb19c9c3b7 2,398 1.00/1.00 vMB 73
435,095 435,095 000000000000000001f5caa244c51c5441a21017a55f3427bfd84b1cd55c7d6d 1,742 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.68 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: 677.30 GB
    • Received: 16.43 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.