Loading Tool

Explorer IconExplorer

Memory Pool

40,490 transactions
28.29 vMB
0.07039360 BTC
Random Selection Loading Transactions
Max Size: 144.17/200 MB

Candidate Block

Mining Attempt 74f50c8bfdfc8b835b7c331eebea356139eeead3fd8cf0de26310df2586e6cec
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b46445f4952caee5491af7cf16659134ba7c72b368bd58ee939420f65f5229b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01590392 BTC
Feerates: 88.27 > 1.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (436,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,963 477,963 000000000000000000fd52e8c5a770c2148aab86bcadf70256bef83f78b65b1e 2,111 1.00/1.00 vMB 174
477,962 477,962 00000000000000000088bcfecbdf1d1752be3970bf5e2d2ed0c1619b3fc6259e 705 0.31/1.00 vMB 151
477,961 477,961 00000000000000000122a865be7d9b5ed5188da34df189ad9a3c8c8ee5160bc0 1,062 0.59/1.00 vMB 127
477,960 477,960 000000000000000000d7c64a43e4b288a4765bd2a3180b5c3cc7febbe1878f74 1,902 1.00/1.00 vMB 143
477,959 477,959 000000000000000000db58acaa21040e0fd0f9f301973d1d6d591ce10e1ef129 1,073 0.54/1.00 vMB 142
477,958 477,958 000000000000000001073b933df3849a28b3dccd7bcf87150481beaee084b6a2 71 0.03/1.00 vMB 137
477,957 477,957 0000000000000000007deaa8469e15da00779c6eb7f4b8f9db3a82df396224db 436 0.23/1.00 vMB 107
477,956 477,956 00000000000000000063fc6ee5bbd24bf24e9d8ed5d0f0b096e6fd156bce2909 1,201 1.00/1.00 vMB 68
477,955 477,955 0000000000000000001f499b3e1c5fbd555f60c6946aa844e74ab8c82224591f 37 0.02/1.00 vMB 126
477,954 477,954 0000000000000000007dc0b6cad178bdeb2f0e174938415a21d5716f7f1a6f18 992 1.00/1.00 vMB 60
477,953 477,953 0000000000000000006029f0d22eb3f492db740b0144d81f6b65c4a97fcf61ac 641 1.00/1.00 vMB 43
477,952 477,952 0000000000000000008b471287b4a6b021cbd5350a063a86a119d8a9231ee69f 2,666 1.00/1.00 vMB 55
477,951 477,951 00000000000000000060aaf28c5c01edb597c106f27ec75015455bf83e1959a8 2,163 1.00/1.00 vMB 135
477,950 477,950 00000000000000000087b45b825bc8cab2c5220e8ad4398a8813a7f08333af5c 1,684 0.93/1.00 vMB 131
477,949 477,949 0000000000000000004ba860c42dc87466166b71ed15bb792b691f6ffd571212 2,039 1.00/1.00 vMB 106
477,948 477,948 000000000000000000b7e920033c96bb1e394d898e5c4e7f2805efb3e95fe5f4 1,957 1.00/1.00 vMB 195
477,947 477,947 0000000000000000011a551cc998c50b9b42e88e274052b001db0500259b7148 1,906 1.00/1.00 vMB 94
477,946 477,946 000000000000000000ae751aa3c8ea39d23c85605aa228e25652843837dfcf20 1,611 1.00/1.00 vMB 169
477,945 477,945 0000000000000000001d502824b5f4e7e52cd163dc3f309621fed528bf7c7073 1,277 0.98/1.00 vMB 65
477,944 477,944 0000000000000000006a536be7c964a50f5771bb49c1fd17ebbbfb6c35a520ff 1,328 1.00/1.00 vMB 85
477,943 477,943 00000000000000000047ed9f1083bcf3789be9ded7675dcb2d6764d3e39fd498 1,766 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.