Loading Tool

Explorer IconExplorer

Memory Pool

79,758 transactions
29.40 vMB
0.08703104 BTC
Random Selection Loading Transactions
Max Size: 178.11/200 MB

Candidate Block

Mining Attempt 24da3849a5b1cfc6acbfd2ff86cc99db6ef6d88b822a1dbb43345515188653c8
Version 20000000
Previous Block 00000000000000000001988ac308b422066efcf6e9b3cd8e9afb4f26462c1591
Merkle Root 70ef1a9a9a6e4faacdc8b1fb76b4a1333f84313e82b9ff1d6420b2f82916c162
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.01769791 BTC
Feerates: 50.53 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,626 (804,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,201 111,201 0000000000008b922cba4c060c348ca35bac1cc85e175486db9418c1cc54f2b3 5 0.00/1.00 vMB 0
111,200 111,200 0000000000011e6d83fbc9dabe9100ed8f30df1a9adea8a994f6338d90857a9e 13 0.00/1.00 vMB 0
111,199 111,199 0000000000010e27a963a2121bd092d50a8c355ce34eb103c8d80795f89d1fd6 11 0.00/1.00 vMB 0
111,198 111,198 0000000000002f0261bf31a1b8a4f9d078aa6eff6a7dc5be04aa8d38bedb7971 11 0.00/1.00 vMB 0
111,197 111,197 00000000000081dde56295a68263dfc9e3c43a3ec60f2c8683aeff610b1495fc 5 0.00/1.00 vMB 0
111,196 111,196 000000000000cc249696bc2f9d28bba821394a50a2f1ac661aae70997a971ee2 10 0.00/1.00 vMB 0
111,195 111,195 0000000000001aa7bc719aa737cdb42842dd58af5421b447e4fd01211ab0420b 6 0.00/1.00 vMB 0
111,194 111,194 000000000000707d2e9ca92afc4f7da01815a88e3221493eea751bfe271e2745 15 0.01/1.00 vMB 0
111,193 111,193 0000000000009f8113b14ac38b8e256c3e9cec2b68272d6de9aee0eb67d23f46 13 0.00/1.00 vMB 0
111,192 111,192 000000000000e67dab76e9bd6d6b77918215e804b469689718abb9fd3b6e3b17 12 0.00/1.00 vMB 340
111,191 111,191 00000000000029f25858ebd2b0e3c415536c98cf20f9cbbc84036cc7ee3e0e71 12 0.00/1.00 vMB 0
111,190 111,190 00000000000035fb170c054ef783ac6a55100cf62ec9ef0ec93413f210d635b4 15 0.00/1.00 vMB 521
111,189 111,189 00000000000104ad0fcf2ae1b92c68be7ceb93aaba6cf72cdc218b1a60ae3c9f 12 0.00/1.00 vMB 0
111,188 111,188 000000000001221b63366288bcb67808eda5b193e838eedc6777860670a1e763 11 0.00/1.00 vMB 0
111,187 111,187 0000000000012707ffb83e06780bbfccb51cb1c9b6fd9b80f4cca5fe87712315 36 0.01/1.00 vMB 139
111,186 111,186 00000000000091b98b4eca8e46138465a78396fa64dc1545028681f56af3358c 11 0.00/1.00 vMB 0
111,185 111,185 000000000000e063d3be142dfe01ff7be4941e3404632f6eaeb53c76b0a10bea 9 0.00/1.00 vMB 335
111,184 111,184 000000000000a11eb024f1aa60acc54af7cec52f782e9cb8bf33ec1285df9fd5 10 0.00/1.00 vMB 0
111,183 111,183 00000000000084329489ccc40b2167d0d383d86f60af88b24ace1533444c10af 11 0.00/1.00 vMB 0
111,182 111,182 000000000000bcfbea51b4df6001db03abbc0720299ffa102f139ae38169e431 27 0.01/1.00 vMB 57
111,181 111,181 0000000000005e72c5988174682e941ec0b5802d2cb5ec8a5c74a0a1d235e802 17 0.03/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 772.18 GB
    • Received: 20.14 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.