Loading Tool

Explorer IconExplorer

Memory Pool

83,955 transactions
32.01 vMB
0.08877029 BTC
Random Selection Loading Transactions
Max Size: 192.72/200 MB

Candidate Block

Mining Attempt 7c78883d828aa6d75f72b41cc97876dd302a81f1f9e7abe23ada2ca38cca390d
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root ceb12edbf05171facb681a74974473e58d1248c328bcb4fa4b6652ccc8bb5021
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 660
Size: 1.00 vMB
Total Fees: 0.01231281 BTC
Feerates: 101.28 > 1.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (239,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,112 676,112 0000000000000000000a3579ea6d923f2ddec7b538f1b486b004dd765fd2d1df 2,639 1.00/1.00 vMB 88
676,111 676,111 00000000000000000008e82b587ff61fe5fdc06fb8dc1bcc711e14f942eeea4a 2,543 1.00/1.00 vMB 72
676,110 676,110 0000000000000000000944e2d99ea15bf05331d0a80e2830969908bc608291ce 2,706 1.00/1.00 vMB 49
676,109 676,109 000000000000000000089c6262e2caa232a23b07dcc7542af4509302dbe7c1fe 2,662 1.00/1.00 vMB 49
676,108 676,108 00000000000000000006292191e705287daf16469ee1a22c5378ed6f4e0e2cc6 2,875 1.00/1.00 vMB 53
676,107 676,107 00000000000000000005716588fe8aed277621d7a3ca9617b2148e5cc2f2843d 2,726 1.00/1.00 vMB 78
676,106 676,106 000000000000000000084fa9c73ca0eae280dd5ad26bdaf8a8fba756fde822b1 2,684 1.00/1.00 vMB 87
676,105 676,105 0000000000000000000a6959f3aa83fab98a16b5ebb60ec98b724957c79f8c3e 1,350 1.00/1.00 vMB 75
676,104 676,104 000000000000000000090ee46f4efb1179d59b07777d5daf2ee0642d65a51a1a 2,771 1.00/1.00 vMB 33
676,103 676,103 0000000000000000000bb9b5b84522e3ada7ae0bd128bc3f0a0ed84e5eaca937 2,374 1.00/1.00 vMB 47
676,102 676,102 0000000000000000000370b16a83187032095314381c9529f6eb38bab34daa1f 2,698 1.00/1.00 vMB 37
676,101 676,101 00000000000000000002eaf26cc19eb350bec6eaaf9f9144e9c83d83c09cd0ff 3,217 1.00/1.00 vMB 70
676,100 676,100 0000000000000000000bf7e8784e9408067e4486b58c372082e8aa4c61b2e3d7 2,318 1.00/1.00 vMB 70
676,099 676,099 0000000000000000000465b74e36654f69f0116965ebd3c5577aa5f5253abfb0 2,699 1.00/1.00 vMB 84
676,098 676,098 0000000000000000000814dffde97151475039df038966a39a7d6d44ca857caf 2,223 1.00/1.00 vMB 101
676,097 676,097 000000000000000000031c1dbbd6e3bb05e3e677e9377c6249e64ee49d89c78d 2,742 1.00/1.00 vMB 87
676,096 676,096 00000000000000000007ed06b83d5c9ec2636668f0a4f957c7aaaeba4d1ebe21 2,791 1.00/1.00 vMB 57
676,095 676,095 0000000000000000000531f6a1f72e0f4372ef73a54e1da77233e08d60923cc9 2,086 1.00/1.00 vMB 53
676,094 676,094 0000000000000000000a9c6a9dde341d7be564518d2abb995bdb833f05c9cf32 1,380 1.00/1.00 vMB 74
676,093 676,093 0000000000000000000488a1dad0f16c0d84965eb35006f7255309429d0392aa 2,387 1.00/1.00 vMB 88
676,092 676,092 00000000000000000008ba7a5a305f343d4074cc1d8485e12c7fce3dd3fa252f 935 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.98 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: 716.66 GB
    • Received: 17.81 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.