Loading Tool

Explorer IconExplorer

Memory Pool

72,495 transactions
27.98 vMB
0.06759503 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt a258c34bdc639ff6033d37b2952ec2df9888a3377718860607cc7fa80143a2b6
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (705,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,818 209,818 000000000000039d42366b8a4b2bb62f78ce2ed1ffae8aeb5ef629063fa852e4 54 0.02/1.00 vMB 170
209,817 209,817 0000000000000177a5a66a80ccc46775139af22b100810c017a95406c25ffe38 38 0.02/1.00 vMB 93
209,816 209,816 000000000000028aca8abad9a719cfd56e0c20ccae3f05b6ea3ce85140cef63e 34 0.01/1.00 vMB 64
209,815 209,815 00000000000002c91b22a351b4be368ec7c8fb22dbbdb81b3ad1fde1bfb72876 116 0.05/1.00 vMB 145
209,814 209,814 00000000000002a23070d97df7e76256b956c1d2c9ccc21e8f0417884f16abf3 61 0.02/1.00 vMB 250
209,813 209,813 00000000000003157a457b435e7d33a9901d01552de970b098230be8281b6d1c 531 0.30/1.00 vMB 113
209,812 209,812 000000000000048858edfdf0a45c5fe39cb255c6094c5212b28490318561914a 22 0.01/1.00 vMB 87
209,811 209,811 00000000000002a0df91cad1c3b230cc5404d9a14dae2240d90b1dc7e63381d4 10 0.00/1.00 vMB 47
209,810 209,810 00000000000000f4f8c7e28722932ed7baaf0bd138577046f79dcbc2cc889d70 165 0.17/1.00 vMB 42
209,809 209,809 000000000000031daacb7d38f2d81fa0fe7dfe92857f9d74776a5bee5d51e9ec 24 0.01/1.00 vMB 73
209,808 209,808 0000000000000030325f54d7f60dcf5b214aae266089125a81415cff83f5ab97 31 0.01/1.00 vMB 97
209,807 209,807 000000000000031a0ec71fee1b80eb448ef11c60595df7b78297386e26efc5b7 94 0.04/1.00 vMB 123
209,806 209,806 00000000000003ee2dc927e1506a51add73ba2250c5b7ca0f2094d94dd9da843 1 0.00/1.00 vMB 0
209,805 209,805 000000000000044532d6967d0e2fe75ac900db6f3e3b38b7ec61897735ba2d22 96 0.02/1.00 vMB 69
209,804 209,804 000000000000024e0a323492890f8aecaec6aebbb9214445740b31bcf5c4c4c6 137 0.05/1.00 vMB 170
209,803 209,803 00000000000000b50b3cd0bd939f6452b4d33f78386a3a16d6e75d246d606fca 16 0.02/1.00 vMB 44
209,802 209,802 00000000000003a63eea502dc900f62ffc7cfbcdfaa93dd202c49ce21d8ee6c7 59 0.03/1.00 vMB 94
209,801 209,801 00000000000000958660c5fcca6c82b3f177a2a631284c1b91d1b4cfe8290e9c 37 0.02/1.00 vMB 87
209,800 209,800 000000000000042b60a31c9de0026e564bbea6a7f0b39da986cac4a957eba89f 67 0.05/1.00 vMB 134
209,799 209,799 00000000000002cef25ed033c549a9148e2d2050a623001dc3ddf264a212b20d 23 0.01/1.00 vMB 28
209,798 209,798 000000000000046c7b0d76da8bba54bc0d96f68e67e58f154e88b79e47bc5c6c 223 0.10/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.