Loading Tool

Explorer IconExplorer

Memory Pool

76,918 transactions
28.79 vMB
0.06947252 BTC
Random Selection Loading Transactions
Max Size: 174.40/200 MB

Candidate Block

Mining Attempt a6013a9089a612680b522452b024bfae0a0a04a7ce47858b29fc8b6fca600751
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root ff3774243af0c42e0f191646585d2f61ec49e1db3420467bb07b0f64b0cd411c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.00921487 BTC
Feerates: 50.27 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (178,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,117 737,117 00000000000000000004346fcbe6c7876f198f6d515a2bab682be8cd26478e27 963 1.00/1.00 vMB 4
737,116 737,116 00000000000000000007bee2cf5f62564a63c63e141d3b2cd2cf638bc74b2453 658 1.00/1.00 vMB 5
737,115 737,115 00000000000000000004f83d1f6d6f59360c6fb97096260e707100344137967a 652 1.00/1.00 vMB 2
737,114 737,114 00000000000000000003b1436b6475f28cc0ed54fe260612e7ace654bc5f44a5 3,132 1.00/1.00 vMB 17
737,113 737,113 000000000000000000049eb994962c0ad0a9a990c7eb491e8268c14a63338f3b 159 1.00/1.00 vMB 1
737,112 737,112 000000000000000000070b0ea0ac57a2f76a2892c1fcb1f17c2ce8307c97c84b 1,425 1.00/1.00 vMB 7
737,111 737,111 00000000000000000002bc0b3c1e13f412532550a6ac2a3a62397d20bc7e9b1e 1,373 1.00/1.00 vMB 7
737,110 737,110 0000000000000000000747e4c6c4a7de43fbe977747c6fed9af4c90fa285d37e 634 1.00/1.00 vMB 4
737,109 737,109 00000000000000000005dea1c5f518777b2a7deafde1c0b0f308fa3e081e9e3c 2,718 1.00/1.00 vMB 13
737,108 737,108 00000000000000000005901bb861b5cb92f8b0f5a8c6c6b74a579e47c5735d53 1,761 1.00/1.00 vMB 8
737,107 737,107 0000000000000000000558139741902dbcda84890be52d70892537c8dbf4817b 2,692 1.00/1.00 vMB 17
737,106 737,106 00000000000000000007e735adb37a7f1edf9d51e51398aa5d5e62b03ef9bbe9 435 1.00/1.00 vMB 3
737,105 737,105 00000000000000000005ac9cea5b0843682e4b50ea3f9b98ef2e4ae8e86f4236 1,602 1.00/1.00 vMB 17
737,104 737,104 000000000000000000075546261b7e58070e89337d5526eb1b3e677a9725c94c 2,067 1.00/1.00 vMB 11
737,103 737,103 000000000000000000076bdc87912707746598f08ec63ddf391b8648f46fb48b 1,780 1.00/1.00 vMB 8
737,102 737,102 00000000000000000008d042af288769663f527ff9a70eccef7fe8f2fcb60301 972 1.00/1.00 vMB 5
737,101 737,101 000000000000000000006763299f7f1e8515f47122637da4f2e816fb13c92756 2,892 1.00/1.00 vMB 13
737,100 737,100 000000000000000000032237d5aeb7fc43c4551f145ac2e7bc33c4663040dbf4 2,051 1.00/1.00 vMB 8
737,099 737,099 000000000000000000037cb15c6e68e6370112f4a5f6ebe768acac2e1dbf37e5 1,391 1.00/1.00 vMB 6
737,098 737,098 00000000000000000007921df61bbfd98ca83d57a6f1b7221d7b9078c7641b74 2,372 1.00/1.00 vMB 18
737,097 737,097 00000000000000000000a13d0875058baa9aecae3ac16b26041ca638bfe9acf0 1,100 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.