Loading Tool

Explorer IconExplorer

Memory Pool

79,041 transactions
29.26 vMB
0.12192123 BTC
Random Selection Loading Transactions
Max Size: 176.46/200 MB

Candidate Block

Mining Attempt 73abad59bc2cb5692abda5739ec0d82dac97dcc45ffb13d69e1639019439aacf
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0ab86daf448555f04c6d8e64676bdb1cb396b696f65e022e5dda83b5be769df6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04438602 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (211,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,203 704,203 0000000000000000000171f8cc64b905131fb254b5e1105be3e7731455e8a3fa 1,642 0.70/1.00 vMB 15
704,202 704,202 0000000000000000000d7d54406a12b3483d80cdeab2322686c1588fd903467f 295 0.08/1.00 vMB 17
704,201 704,201 0000000000000000000a954d08d33a47914be90a35c27b35e7e130d3b9efd8ca 1,760 0.73/1.00 vMB 2
704,200 704,200 0000000000000000000def75096a4033761f60303240400a06f9d63f83d8d598 2,819 1.00/1.00 vMB 13
704,199 704,199 00000000000000000005d4c1207b6e954ca82b6377417e5c1b4f502c8b3a92cc 1,725 1.00/1.00 vMB 23
704,198 704,198 0000000000000000000c8ff97a86d446e9715b0774b6bcd19583ef6c707df3bc 1,098 0.40/1.00 vMB 12
704,197 704,197 0000000000000000000285b52449805ebfe2a837b0bd6aa185805f980d6a428f 941 0.51/1.00 vMB 8
704,196 704,196 0000000000000000000b74d66dfcb04cbbabc73eb4505da05822cd6b59f37c33 2,879 1.00/1.00 vMB 15
704,195 704,195 00000000000000000007b33903735de69c85060cfcde447b40ba34e4c1fc9d5a 1,646 0.64/1.00 vMB 7
704,194 704,194 0000000000000000000de5c322a818fb9a52890dbbf5db5f2163daa3ed4e28dd 3,119 1.00/1.00 vMB 5
704,193 704,193 00000000000000000001ed2944cfa8d6b84a6ee303b63dc43d97265ad6eb7f5b 2,315 1.00/1.00 vMB 11
704,192 704,192 000000000000000000096d4dc25aa22e6dca803194c97d6055a52c562ee94888 2,836 1.00/1.00 vMB 21
704,191 704,191 0000000000000000000d7c0897dafc531c721356943051aef963714d28ccd0e1 1,688 1.00/1.00 vMB 10
704,190 704,190 00000000000000000001bd6440935bb9b53531410288ef443bf865d09a3109d8 2,721 1.00/1.00 vMB 5
704,189 704,189 00000000000000000003a3d2e35f12e1051923cc67063a71cf309b22fcd50889 1,554 1.00/1.00 vMB 20
704,188 704,188 0000000000000000000d7e7a0470edfbcb2d7af88ebe93407ed9a9537a10cef2 2,134 1.00/1.00 vMB 18
704,187 704,187 000000000000000000048326d639cd8c70d8f3a89e89d5b8643456ade6fa9e86 2,492 1.00/1.00 vMB 14
704,186 704,186 00000000000000000003f1139733f9b1cc691f55799ba1c6678aa6b4b76b8ac1 2,568 1.00/1.00 vMB 19
704,185 704,185 00000000000000000008b039baba0d9ceb14792344023e08b9c0666592f01282 968 0.39/1.00 vMB 10
704,184 704,184 000000000000000000092bcff0649aa35b0f95b0d52947f269b62bc5c28152f8 271 0.54/1.00 vMB 2
704,183 704,183 0000000000000000000101cba0cbc0a2474a534b14bdb40759b129d3d22df3a2 1,669 0.98/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.