Loading Tool

Explorer IconExplorer

Memory Pool

80,964 transactions
30.37 vMB
0.07781269 BTC
Random Selection Loading Transactions
Max Size: 186.03/200 MB

Candidate Block

Mining Attempt 7f3fc4d0081f395e2d5f14058a209a74e2dd5834cfc06bec64a1f84819518e65
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 7b87aa8e273f1b4ae2c38e2e801a9d0e80b0bf3df41e89e3b4ed0fd6626e7494
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.00991717 BTC
Feerates: 150.61 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (485,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,671 429,671 00000000000000000090678939fc5f77c0d4478a8530a9ceef80d50e22eb4aed 2,524 1.00/1.00 vMB 70
429,670 429,670 000000000000000003593ba1ce7c31db65420e1625c68f29b1d40821ff8183e3 343 0.13/1.00 vMB 73
429,669 429,669 0000000000000000012c3d7ef1ae71dad55b34ee90b0b90235d6cfaab9c6e349 539 0.28/1.00 vMB 58
429,668 429,668 0000000000000000037a4ae3fdbf0e4ce687e756eab1c114a750952c68ca29d2 531 0.30/1.00 vMB 58
429,667 429,667 0000000000000000029eb7d4e7a210458c2c2336c76b2cf00fb0ab24dceb20d6 145 0.99/1.00 vMB 4
429,666 429,666 000000000000000001a472028510f9b3162e9b4264d9298b007aaae50fb86027 2,046 0.96/1.00 vMB 55
429,665 429,665 00000000000000000183331ecdb985a689d7cb0658bcccbff390ca8489571609 1,406 1.00/1.00 vMB 32
429,664 429,664 000000000000000001c186ba0a5758189095c8c368cf93ac209e04175f8bbe21 2,490 1.00/1.00 vMB 67
429,663 429,663 000000000000000001dedb25de42c109101a2d969745a9fe03ab95f4d69988a5 2,528 1.00/1.00 vMB 85
429,662 429,662 00000000000000000358c0c858ee86ab93efd956bbc96c96a493f138b46ec6d0 1,734 0.78/1.00 vMB 59
429,661 429,661 00000000000000000116a4883c9633b0d2a62fd749676d7b5ef5bc886f2b6738 58 0.02/1.00 vMB 65
429,660 429,660 000000000000000000c31d253dd0d7dbce36b7ef32706f1c38582dd2b6639530 2,162 0.86/1.00 vMB 58
429,659 429,659 0000000000000000011b979bcc0bb6b5b8c2d765b95b4f196efabc7eb29864b6 2,003 0.79/1.00 vMB 64
429,658 429,658 00000000000000000434dd54fb9493ba580373396668aa97f34a7b8268bdb3c4 2,447 1.00/1.00 vMB 60
429,657 429,657 0000000000000000043863198731ed4a6270e534c9d6668a5f654fc965475855 2,305 0.99/1.00 vMB 55
429,656 429,656 0000000000000000016d09f0f5ca096522918587ef13a9e7377bcbaffddf6ed4 469 0.16/1.00 vMB 75
429,655 429,655 00000000000000000123dc2497c64bde80df438c88e2fd0d8d7e75ccf9f26199 240 0.09/1.00 vMB 89
429,654 429,654 0000000000000000044df2656063f950f51cf622c4cfa9b31343a7e011238cdf 753 0.99/1.00 vMB 22
429,653 429,653 0000000000000000009cfd352182e1a62e4ecd5a108a9fc0192b147e7ddfd918 1,272 0.62/1.00 vMB 47
429,652 429,652 00000000000000000072cbf2737184c219908d869105c267d57fc294108b915f 2,426 1.00/1.00 vMB 57
429,651 429,651 00000000000000000150b418c83e341b761c157fede6b9a85c3ea477dd2f2037 1,414 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.