Loading Tool

Explorer IconExplorer

Memory Pool

29,510 transactions
25.58 vMB
0.05669369 BTC
Random Selection Loading Transactions
Max Size: 126.87/200 MB

Candidate Block

Mining Attempt 068af73b5d08957cc9f78ac26350af47248511a7e249e3aa534e1d7be1b1b69c
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root e86b332aff2bba9859ee69cad48de8c7f001b3d1297515ff6a0780bba4b79377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,087
Size: 1.00 vMB
Total Fees: 0.01017943 BTC
Feerates: 100.27 > 1.02 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (796,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,936 117,936 000000000000715b649febfc4b9e266ca1c2b3477dab9390a1fbbbd453614670 5 0.00/1.00 vMB 1,616
117,935 117,935 000000000000839c2c492b165535ea5bbdfdc391e16c4f23c77954351fbc4b53 9 0.00/1.00 vMB 0
117,934 117,934 00000000000030a25799293702d4734a6ae95bdcff7e5405249033b2c4e32026 12 0.00/1.00 vMB 335
117,933 117,933 000000000000b6ee64211b76436988c4dc786bf36b42da03fbf5f9db3be40c91 12 0.00/1.00 vMB 0
117,932 117,932 0000000000006554d36acbaddfb2a77472e65fe6b5205ad06a6e32f8b0c9eea1 9 0.00/1.00 vMB 642
117,931 117,931 0000000000000aadae56e99c3b75ad68640a3cef448926104670ed85e93a140e 12 0.00/1.00 vMB 0
117,930 117,930 0000000000001dd7638b0ea52b11e8572a850d630404e5983379ad00551c16e7 12 0.00/1.00 vMB 625
117,929 117,929 00000000000081f9cd5bd55cca4cbcdc50f5953d4991bda39560f36583e3e913 8 0.00/1.00 vMB 329
117,928 117,928 000000000000586e6c072dd37b07b2c7d3fab168eaee75e62c5124212b19a04b 10 0.00/1.00 vMB 414
117,927 117,927 000000000000426a68ade7c8f5525fe677b53eba9fe86b5d1d52dc3119c81b6f 12 0.00/1.00 vMB 0
117,926 117,926 0000000000000c35faff34ce913d6028526ac791054a5b89c9b9ef1dab5f6127 26 0.01/1.00 vMB 622
117,925 117,925 000000000000a63acb0e9807ab7e473510fc18e709c08613f86506f1126c7dd1 9 0.00/1.00 vMB 200
117,924 117,924 0000000000001db9715cf38b42b2a0f7d4c459369e14b65a2a79f3146ed70f17 9 0.00/1.00 vMB 317
117,923 117,923 000000000000b2a4e44929cbd99812f3c3c8c8fc30a3f2c0ebf9bfef45663942 10 0.00/1.00 vMB 0
117,922 117,922 00000000000059322ad7a346cd195b20274c57df17fb4310634d36895327f17f 9 0.00/1.00 vMB 244
117,921 117,921 0000000000005e738c3146975cdb0cf07f85dd60f18b6e9f66270250bdb21645 7 0.00/1.00 vMB 0
117,920 117,920 0000000000008a6e86448b4c0c0d3544a32a2cc0bcbca7f6fc38831f9be3f539 13 0.00/1.00 vMB 308
117,919 117,919 0000000000009e01b2d28c285260afbdf1ced56177569968fe14afba1439457a 22 0.02/1.00 vMB 377
117,918 117,918 000000000000433792b752d2f993adecfd1d2e0cf11fe5e326194433f279d210 11 0.00/1.00 vMB 1,453
117,917 117,917 00000000000030168b2467d7be6c00e94056866bb25c5cd0e76320a6ccfdd9e4 11 0.00/1.00 vMB 273
117,916 117,916 000000000000c65633df8ef9c9791d94462678ee82845665ff576f8cc0b079fe 19 0.01/1.00 vMB 429
Previous 10 blocks ↓
Total Size: 781.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.39 GB
    • Received: 8.86 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.