Loading Tool

Explorer IconExplorer

Memory Pool

80,319 transactions
29.53 vMB
0.12752187 BTC
Random Selection Loading Transactions
Max Size: 178.75/200 MB

Candidate Block

Mining Attempt 59c149e17caa6e9005d82b3499245fe7051aa2ebe63b642f069cb27c23b06265
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root c6e4960dbdb6672bca371736d089f69c5af834410320c40e5486dc40778691d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.04639707 BTC
Feerates: 477.45 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (508,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,109 407,109 000000000000000002b45c0fc9e2aeed565862d6eeaabc91d3c60a7c241f507a 3,018 1.00/1.00 vMB 50
407,108 407,108 000000000000000004b5725ac2da77fd7fe36dd9a4eb3fbac194be52b4c4619d 3,490 1.00/1.00 vMB 47
407,107 407,107 000000000000000001751cc7b15ca70df8d0219c297f437b04b4bcd6aae91ce8 2,735 0.93/1.00 vMB 120
407,106 407,106 0000000000000000046368d588322a0de5b286a9c0954c93e7c135b20c056d01 1,686 0.72/1.00 vMB 52
407,105 407,105 0000000000000000008a8c3399d7430adc9e7eb61120035005b0ff8629d5813f 264 1.00/1.00 vMB 7
407,104 407,104 000000000000000000b55ae92b022baaffa50c0b0fa64c51c715d0d7a1a4b75a 2,037 1.00/1.00 vMB 38
407,103 407,103 000000000000000003154d431e787167c5328b9e9fabf02566e044dbffaee055 528 1.00/1.00 vMB 12
407,102 407,102 000000000000000004564f637b1b9542170cfd6ede42cc27272a54b90ec32879 2,286 1.00/1.00 vMB 48
407,101 407,101 0000000000000000043cfc9dffd1922aae42cbea67d160ece6639323185fcd3d 879 1.00/1.00 vMB 23
407,100 407,100 000000000000000005d55d3e2d8c44b8f14bf60c65886d0ffbc189c1a0c55332 1,549 1.00/1.00 vMB 29
407,099 407,099 0000000000000000022f9ce42da63acc25a87e1acf209f7c5c1bc4826bd8cdce 2,075 1.00/1.00 vMB 38
407,098 407,098 000000000000000005182320915b3c3e659d36aed03db72be49c9c4b59c28ad9 3,304 1.00/1.00 vMB 112
407,097 407,097 00000000000000000477f45d984a0508d668ae74580adef9664c24197aa3d805 150 0.05/1.00 vMB 154
407,096 407,096 000000000000000002e95a8a6dee1a4293bb58cdedf4a36fc0e987dbf300e322 2,829 1.00/1.00 vMB 59
407,095 407,095 0000000000000000019ae812c1d089feaad4a8458cb73e1f7543a696a4e9f087 1,751 0.64/1.00 vMB 47
407,094 407,094 000000000000000001dc10677d6781286715e806a80e691240471eec91244eb4 1,941 0.98/1.00 vMB 38
407,093 407,093 000000000000000004c6fd6e3e8bcf2d2fe2657483e9b41c98ef398485b65747 2,356 1.00/1.00 vMB 49
407,092 407,092 00000000000000000470d36d0f7e6d5cd5e05df7ade61547ef1b24115de96f85 1,170 0.99/1.00 vMB 23
407,091 407,091 0000000000000000029129bb0ad5757a1f9df6f1512c24b518347f6f2d7228a6 1,072 0.99/1.00 vMB 17
407,090 407,090 000000000000000005030ab97b55e03006d2499c5b006a3b1ca43795b7540f2d 2,991 1.00/1.00 vMB 56
407,089 407,089 00000000000000000061f6ba3f43cb7f7ea5537eb6f3b688a47a16d4039bdd13 1,704 0.92/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.