Loading Tool

Explorer IconExplorer

Memory Pool

39,435 transactions
29.19 vMB
0.04195848 BTC
Random Selection Loading Transactions
Max Size: 163.83/200 MB

Candidate Block

Mining Attempt 8ba20f5b7b1ac49b1fef742e048111e9db9daf6a63b78e430ca175b860db1aea
Version 20000000
Previous Block 00000000000000000001d2f5aae3feffd6bd2d7f357d38f7fad96ceaa5e2e87b
Merkle Root 28416a6986a635ddc54c064fcf9ea56715ae1768979c66b644931ec7cbebd747
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.00842077 BTC
Feerates: 100.53 > 0.84 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,773 (803,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,509 137,509 000000000000022eca3094f1052e998d18a5ab036fb5f73caca28d06a6bed7fc 159 0.04/1.00 vMB 156
137,508 137,508 00000000000001f006addd2fc7045a6b96586212672ee6c54a1b585b1a92f688 37 0.02/1.00 vMB 134
137,507 137,507 00000000000006b9c2a40d3190078c609f3f6393fb8c0f61f9cdc9e3e8a92f11 121 0.05/1.00 vMB 120
137,506 137,506 000000000000080e58c564dfbd7ac1c536d11ffb125014827306a8156de879a2 95 0.05/1.00 vMB 16
137,505 137,505 000000000000061111d154a308d129609d8983bc30bdef19f54888ee14fc607c 75 0.04/1.00 vMB 1,208
137,504 137,504 00000000000008a69312561a82ce857a6a72abe0d5ead6c454a9881c1ebe4010 194 0.07/1.00 vMB 711
137,503 137,503 0000000000000681e2d3cf5e7ba3fb2677c695e9963e607874c6746e6453993c 132 0.04/1.00 vMB 134
137,502 137,502 0000000000000696fcc8da45052d5f31c0e942c15ac77cdbb2099390c5895065 15 0.01/1.00 vMB 871
137,501 137,501 000000000000068dc2912e453f5ca068c5e20017e504cfb2b88b6918b70afc2d 128 0.05/1.00 vMB 192
137,500 137,500 00000000000004bfad597c3a381f1c60612e62d4b70f638a5e3f5099e5265d0b 86 0.04/1.00 vMB 98
137,499 137,499 00000000000003cc95218a7fb5ce622d7ae115b3bc0cbcec1d9b9e8466ab3276 5 0.00/1.00 vMB 523
137,498 137,498 00000000000008b8d4d01e2b7067f2bb212baf7b77c637643e9ebe8f9f154bb1 12 0.00/1.00 vMB 0
137,497 137,497 0000000000000909bfc7822ab7e9f794fad510b43b61d2d2e9250c88d4b48bc0 50 0.03/1.00 vMB 71
137,496 137,496 000000000000075cc9cd539c5bac4c4930748b88d548bf0838f43b499ca53cd6 11 0.00/1.00 vMB 338
137,495 137,495 000000000000078a57749af6806f89d7ff20c82612a8c57125291fbe16627fe3 74 0.02/1.00 vMB 15
137,494 137,494 000000000000062cbbe9908b116045ce5bc39393471c64ab1758c0f93e312649 1 0.00/1.00 vMB 0
137,493 137,493 000000000000040e4249cf514df46b87ece2671b93430dc15fc0d815545816d6 144 0.05/1.00 vMB 207
137,492 137,492 000000000000043f411e77022bd7017467ecb92e0feb93e9c119cfd6ab3cb357 48 0.03/1.00 vMB 1,030
137,491 137,491 00000000000007657729204daf8a3e92b74453c80545598d8c1e0fe912f39240 1 0.00/1.00 vMB 0
137,490 137,490 00000000000002f04548ec90bfcbe9e54078408de68ac8f2bb97c39c492be019 112 0.04/1.00 vMB 1,421
137,489 137,489 0000000000000178431bdd5156dfef5a9ff72f2a3863420671db1ddac1a1d82d 23 0.01/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 828.13 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: 4,559.86 GB
    • Received: 245.82 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.