Loading Tool

Explorer IconExplorer

Memory Pool

78,549 transactions
29.12 vMB
0.11724918 BTC
Random Selection Loading Transactions
Max Size: 175.65/200 MB

Candidate Block

Mining Attempt b371ab17c4eec9556f59d7d0419fb15543ba96fce97d12d80c61d9ce0c218ca3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1ba7a3cdb43d8577f630e431be399b3e5d02705cdc32753f0fe00f09231fb393
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,121
Size: 1.00 vMB
Total Fees: 0.04223947 BTC
Feerates: 150.80 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (613,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,247 302,247 000000000000000032e3167abe0b0c33c05d96168cc6a5488d923a8550ed7e49 1,037 0.35/1.00 vMB 39
302,246 302,246 00000000000000003c3a80770680d5ec8ffbdc21e2fe334b2ec3c6536305a97d 128 0.05/1.00 vMB 114
302,245 302,245 00000000000000003edbd459a842d39096cda856b87fd19da686893dde4c6cad 183 0.08/1.00 vMB 34
302,244 302,244 000000000000000009dae3ceb30e3e4840975844f70edfb992566c5af522e72c 263 0.15/1.00 vMB 31
302,243 302,243 00000000000000003dd5d8f74f7b2f5d4b7bb95c1da6f29ff3728fb8016c47d9 288 0.17/1.00 vMB 28
302,242 302,242 000000000000000053f47a6c252f849efcb86f9b56414fb21c2b3026ffdece50 300 0.17/1.00 vMB 32
302,241 302,241 0000000000000000561a1b2675ca0024f6dde52c161083c78ab25ec59f4fad9d 1,868 0.88/1.00 vMB 33
302,240 302,240 0000000000000000776ca6882913bcd7ceb0ed78eaf92815b05deb2bb0ca52d1 176 0.11/1.00 vMB 31
302,239 302,239 00000000000000003526a38d184162ae776484419cae1b63007d4d7a939ca046 562 0.35/1.00 vMB 43
302,238 302,238 00000000000000003d5f19291cfca1636b12e809d2ad193f590ea0a8a32ccae5 371 0.17/1.00 vMB 30
302,237 302,237 00000000000000006c69f6e59066f63e7879e1e60a7fbcc21101a1e523d96cbc 94 0.05/1.00 vMB 29
302,236 302,236 000000000000000053533ddcb5dac4575019e1d4b6dc6b802a05f5b3175aa196 222 0.09/1.00 vMB 33
302,235 302,235 00000000000000002b757e79d17a14c809c37bb0887f93cd3d00b4fea6b4183d 797 0.39/1.00 vMB 28
302,234 302,234 00000000000000000e7836ad3d36c0aca05a4a1296b93e5f28f2636c2f90ee99 582 0.35/1.00 vMB 30
302,233 302,233 00000000000000005386064d18ad2315c1a05cc6c6f6fe7c59df927ad8628173 1,242 0.75/1.00 vMB 28
302,232 302,232 00000000000000006c73a64a1509209f593e3c18c5287d5070c57f1f28f47d47 700 0.37/1.00 vMB 35
302,231 302,231 0000000000000000262411e78eba91c65840c1d33b74d4f4d37d8d1626b0d51d 324 0.20/1.00 vMB 31
302,230 302,230 0000000000000000197838f1d1c75a084d84cf47c02dd64c8d0b4185bd2ecade 286 0.17/1.00 vMB 23
302,229 302,229 00000000000000006d0ae1f89999cf16e5c06d49c7e6d6110853ddd6b71dc340 714 0.68/1.00 vMB 33
302,228 302,228 000000000000000007edf81b7faec3e29951cf9406fbddae7a1a844093549b3c 1,007 0.35/1.00 vMB 52
302,227 302,227 000000000000000005bb541d8dc4a2fba658004b713167b0a89f988c6c1e2ab3 97 0.06/1.00 vMB 11
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.77 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.