Loading Tool

Explorer IconExplorer

Memory Pool

78,861 transactions
29.20 vMB
0.12009442 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt 53bdf455fe7d00d553095ed47c26e0056da9bb775eb993b2fbf7cbab3783f0fa
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3a0af9d2681bee559992e275f4d1659faa3a150d5de30bc56084d45b4ccd3a6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.04359082 BTC
Feerates: 150.80 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (509,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,436 405,436 00000000000000000260310bf877dc3da9589ac9ff7fcddbea12b40adfabd401 1,651 1.00/1.00 vMB 38
405,435 405,435 000000000000000002c651a76209f9a4834c77d2d249d44cb82709bf3e89ec90 1,878 0.99/1.00 vMB 47
405,434 405,434 0000000000000000059ef9647e7b6bf2554f0e97f5364aa5e72fd29111a4b974 1,524 1.00/1.00 vMB 40
405,433 405,433 00000000000000000537607a5be6e6a279d643052704d5ea571bffbaa4967118 2,653 1.00/1.00 vMB 50
405,432 405,432 000000000000000002bf5db64be43511b045428589586e90cd10e80337a99a75 1,031 1.00/1.00 vMB 57
405,431 405,431 000000000000000004addddd0b20bce3d00641de2670893ca716912ee1313772 2,063 1.00/1.00 vMB 83
405,430 405,430 0000000000000000055dbf6dfd8072baf611fad02ec96504625a01cb78e75b0a 1,876 1.00/1.00 vMB 30
405,429 405,429 0000000000000000049f80c29b6daff782312e4d18eb1fca31b83c6b58abe69f 2,491 0.93/1.00 vMB 45
405,428 405,428 00000000000000000315acf3f42eb813d3e5f8202e66e9de7cf706158dffea2c 2,420 0.93/1.00 vMB 50
405,427 405,427 0000000000000000063f76bac7087dffc6e00ed7307bf8f175249084a52c3c73 1,200 0.93/1.00 vMB 66
405,426 405,426 0000000000000000040418bf74c31696c5f4bd1b74658bbd31420821248718a3 1,785 0.93/1.00 vMB 73
405,425 405,425 000000000000000002e4d86b6d5a5f14c20299950ca3cde7381bc79c5694f4ad 1,573 1.00/1.00 vMB 68
405,424 405,424 0000000000000000062fb574f6b92bc2cc97ba31f2d33fda9f30621ea872d73b 1,657 0.92/1.00 vMB 29
405,423 405,423 0000000000000000026d85b5ef62b5a2a476205204eff37ce532bf9ceadb426a 2,258 1.00/1.00 vMB 50
405,422 405,422 00000000000000000261cd6824c55021dcc450992b0422942cacc97511107c75 1,512 1.00/1.00 vMB 68
405,421 405,421 0000000000000000062694c89e4b27ebb9d785d3ebfc5cfbe8a3c428e5b1a1a3 576 0.35/1.00 vMB 38
405,420 405,420 00000000000000000657200cfc6759f062802df1fff8e72d829fee1f52e93fef 961 0.89/1.00 vMB 27
405,419 405,419 0000000000000000058c9e5c8fead60e19276227e21c8a98415cafc753ff628d 2,059 1.00/1.00 vMB 39
405,418 405,418 00000000000000000241bdd33cc1364ae8fff11968cf811047a8f2612bb4ab66 2,441 0.99/1.00 vMB 60
405,417 405,417 0000000000000000052e003069e597af9f2b4fc018093c37c955415c3392a798 1,970 0.99/1.00 vMB 55
405,416 405,416 000000000000000003a4ed21b8de2830b0d1b9dbcce0efd513696b4f9be1d53b 381 1.00/1.00 vMB 4
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.