Loading Tool

Explorer IconExplorer

Memory Pool

83,340 transactions
31.31 vMB
0.11519772 BTC
Random Selection Loading Transactions
Max Size: 190.18/200 MB

Candidate Block

Mining Attempt fe5dd4d35cc026799bb47b6ab15ce7b7fb9d156094a539445371bc8d9efde47b
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root f860506fcb0ea47b3b4ef7a3c3a39fa3644491edbec6d6efc802582f90debb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.03750612 BTC
Feerates: 200.89 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (531,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,911 383,911 000000000000000001ba2719cdae6672b3ebb5803d01e349220bef72bc4a7020 1 0.00/1.00 vMB 0
383,910 383,910 00000000000000000db6e0a3b069097e6b1ce686e8560299bd20250933909aaa 2,610 0.93/1.00 vMB 74
383,909 383,909 000000000000000004548822b2eb7f80dcf525fbe7f3f3ee5b148fe6fd89c81f 2,276 0.93/1.00 vMB 50
383,908 383,908 00000000000000000f5ddb25b82c3e9ca7b8dca3782f59c42f992eeb2cc51b03 1,030 0.99/1.00 vMB 21
383,907 383,907 000000000000000007247f7e67f53d7ca5e425599c3c817f79377551e72c8c0d 1,026 0.75/1.00 vMB 16
383,906 383,906 00000000000000000d07df52cbfa5c982768803f81cb86bf3eecfa8a818b69fc 1,134 1.00/1.00 vMB 19
383,905 383,905 00000000000000000e5dd83a2c32b159f95214f876750211bae1f4789f6c824e 1,147 0.93/1.00 vMB 19
383,904 383,904 00000000000000000b4e80aaa4ac4d31635ae699e037a389b030d8a00fca9f95 599 0.25/1.00 vMB 40
383,903 383,903 0000000000000000078ddc77472b7e83e741eec05c72f34f540f42c8729dcd5f 224 0.13/1.00 vMB 31
383,902 383,902 000000000000000004eddbb0405d4af42d3de9a96b724b8142e65d427f90e309 398 0.19/1.00 vMB 44
383,901 383,901 00000000000000000c6865df0895b8a6e4cc9350792a8b20ef86a0e7906ad89a 1,109 0.40/1.00 vMB 53
383,900 383,900 0000000000000000019ec7f6052a91f75583bcef4678a19a7cc038db51951238 2,124 0.92/1.00 vMB 42
383,899 383,899 00000000000000000f1586f2f1f2557af1305257e52c25759f7e0064b02d1c31 2,740 1.00/1.00 vMB 42
383,898 383,898 0000000000000000061cf7932e8f539ac5c514ec87f872b4afc378df4d78f365 1,043 0.95/1.00 vMB 20
383,897 383,897 00000000000000000998f9ed759967a7209ed8a771f553cc59ef4b222d811f3c 2,095 1.00/1.00 vMB 29
383,896 383,896 0000000000000000056183cb640f1dc04500f358ffd7c86d4ea7e8133b53f54e 2,166 1.00/1.00 vMB 40
383,895 383,895 00000000000000000eb87e4d2b1f6ef2b202c49a472e4ef269e38ef738d6c74e 1 0.00/1.00 vMB 0
383,894 383,894 00000000000000000f2b2e4dd2023d40009e8d34fe164f2c91504e58407694b6 751 0.75/1.00 vMB 21
383,893 383,893 00000000000000000ed422de3071e4f67964981554741065468aa4ee0b2f78a4 2,056 0.75/1.00 vMB 43
383,892 383,892 000000000000000004bbad611d99b24bf2a288033c23669cb46f593813d33d26 1,793 0.78/1.00 vMB 29
383,891 383,891 0000000000000000092d4046d8837153364ce33241ed8e2e50c9146f1506da49 124 0.95/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.