Loading Tool

Explorer IconExplorer

Memory Pool

42,754 transactions
26.87 vMB
0.09144151 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt 6e470741f8429176b0a7a02be411898fbcb25040deb1aece4df859908ab4e3f7
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root bf5f6f70ae2e9f9209ed60831612f68bb330493d3d429eebf4e8a12a001a4f00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.04127173 BTC
Feerates: 151.01 > 4.14 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (220,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,248 694,248 0000000000000000001282be564880e08cebb878b3e57a3e83fae230de3b6e06 1,354 1.00/1.00 vMB 13
694,247 694,247 0000000000000000000da154145a3e237b95bd93249f17144c6167adef2d079f 1,854 1.00/1.00 vMB 14
694,246 694,246 0000000000000000000c851403011e750ed800980a410a819f8e25ff819a83e1 2,677 1.00/1.00 vMB 20
694,245 694,245 000000000000000000060d4d619b65bed252546dd15ea00bf7f6c72a9841359f 1,546 1.00/1.00 vMB 10
694,244 694,244 0000000000000000000a5c7b1d810bb50738a2d1fe9f7f249fc1591c788f9279 1,977 1.00/1.00 vMB 18
694,243 694,243 00000000000000000007e1c2d43b2ff0b7dd9d11b56389c35c906b4a2d5b1992 1,506 1.00/1.00 vMB 17
694,242 694,242 0000000000000000000f1ad88ac440138ffc556de3fc0713818e50cc80679311 648 0.42/1.00 vMB 33
694,241 694,241 000000000000000000075106b8f1fdc561350ab0c65719219f693a1c6853a822 1,968 0.95/1.00 vMB 21
694,240 694,240 0000000000000000000abdefe31f50d6937eeaf3512fe15dd126ccbffae76840 166 0.10/1.00 vMB 58
694,239 694,239 0000000000000000000981154142b7d8348f44b5b22213cbf2e9602d8215cf57 586 0.33/1.00 vMB 46
694,238 694,238 0000000000000000000d875374b68bfe3b26e09b548c5265b2871d0d429f8f44 2,164 0.80/1.00 vMB 28
694,237 694,237 0000000000000000000ec621187d9193ff6f6b7a6802c0d7220de5ec9cea05cc 831 0.32/1.00 vMB 19
694,236 694,236 000000000000000000047a05d433e57a46aa6c24d9cdeba7529ef0df818f3670 2,208 0.89/1.00 vMB 12
694,235 694,235 00000000000000000003e5e0b65fa4bd10db783a2c16af550cbc474f5276deb7 2,999 0.92/1.00 vMB 14
694,234 694,234 0000000000000000000c05e37593467bcbfcab7caf2aa3c2447a003918c93210 577 0.20/1.00 vMB 15
694,233 694,233 0000000000000000000cc4519a2d4cff96c7b168e92d8bb024d1d311e55fb67d 234 0.09/1.00 vMB 13
694,232 694,232 000000000000000000114bcfbd9e5c78cab422a1a5a35a2c7b0b12c3d5ffea81 122 0.04/1.00 vMB 19
694,231 694,231 00000000000000000000081e62a886a04bcbe29f590e8c09fbd1b570b24699d6 1,761 0.89/1.00 vMB 7
694,230 694,230 0000000000000000000a6174f2a9444ec819d8ccd6b4f17dc5994bcdddffb849 1,578 1.00/1.00 vMB 13
694,229 694,229 0000000000000000000d6ddb0d8dd6bc97a0c323485f6a61c04c7c164bee415b 394 0.19/1.00 vMB 13
694,228 694,228 0000000000000000000ca15620957739636ea91195a3fc8382a90c1b0151c70a 447 0.19/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.