Loading Tool

Explorer IconExplorer

Memory Pool

81,108 transactions
31.43 vMB
0.08672280 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt 43ea47c57b2efde50860b2da03a7c752a9fca0abf4544ff780b8928e245ffdfd
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1570cd7086587ca0164b9209b3ef5ecca6f0baadd8b2e721cc19ce08ab04b3be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,030
Size: 1.00 vMB
Total Fees: 0.01861068 BTC
Feerates: 150.65 > 1.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (612,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,254 302,254 00000000000000000443ccfb9ad1a35574d83ff34530460f6c5f18ebfbd1d424 148 0.34/1.00 vMB 15
302,253 302,253 0000000000000000505d52f278a8541d01baffce14888bd5da09057dc827b833 680 0.35/1.00 vMB 31
302,252 302,252 00000000000000000e1bca2f4c3f72763ee57221f5c5c597f7d0b7d8fcc86077 907 0.46/1.00 vMB 33
302,251 302,251 0000000000000000688e2caaea801079e7f8b0d200af43838d7c2ae2614ad21e 477 0.35/1.00 vMB 24
302,250 302,250 0000000000000000686a48271a7a80d0f1c0b6ad36bcae250bf0bb494a8e8a56 814 0.59/1.00 vMB 25
302,249 302,249 000000000000000027649202d4a372d8c869479930b4c3c6abcd5cb0726e395d 277 0.35/1.00 vMB 20
302,248 302,248 000000000000000019c440a2242f71b0a14905e0878e1a1e7a28073bd0d1decd 703 0.35/1.00 vMB 30
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
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.