Loading Tool

Explorer IconExplorer

Memory Pool

78,465 transactions
29.50 vMB
0.07565591 BTC
Random Selection Loading Transactions
Max Size: 177.62/200 MB

Candidate Block

Mining Attempt ea7e5866ce8ea43e5d991d181285b0b747323ece298803a6fccd68e6c8e2f70e
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (321,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,272 593,272 00000000000000000013aaa414ccd7ee39736c002dab1071a508fbb91e558410 3,104 1.00/1.00 vMB 44
593,271 593,271 000000000000000000183feabfe1ffd7b1ef84024a9694ae4232e61150e5577e 315 0.10/1.00 vMB 19
593,270 593,270 0000000000000000001397eb26bf9d55b23a2d55746ae98f51cbbe32c46a2fb1 3,094 1.00/1.00 vMB 21
593,269 593,269 0000000000000000000096c312034441bfb11bac94ee0a5772ee2b6477302108 205 0.06/1.00 vMB 42
593,268 593,268 000000000000000000175b9bfea6ead318694fcd322f906b5ea22b5efd9e777c 704 0.61/1.00 vMB 4
593,267 593,267 0000000000000000001303c8777a9d3f9c2a5015ae7b039f5b0eb751a0f71191 1,385 1.00/1.00 vMB 7
593,266 593,266 000000000000000000010dc186c9d4e95e12bfcaccdb3125fbf0cdf3e818f162 691 1.00/1.00 vMB 1
593,265 593,265 0000000000000000000fe26ea5e64224ce67fac5711270cba2fabe9945f48eef 2,600 1.00/1.00 vMB 11
593,264 593,264 00000000000000000012afc57ec490cd36becbe4db6c4f01bf53d7ecbdea8768 1,485 1.00/1.00 vMB 9
593,263 593,263 0000000000000000001215f257359c56a1e2bb4cf7d006e42ea5c2a84e8a3ad1 1,996 1.00/1.00 vMB 15
593,262 593,262 0000000000000000000161cd5cd23fe6eec412ac831f464a17b45f9270588c77 1,926 1.00/1.00 vMB 6
593,261 593,261 000000000000000000121740c444c3c9d33bfc444229e1f60381629e9f2e7dc4 2,243 1.00/1.00 vMB 5
593,260 593,260 0000000000000000001650c8d5db3a05a66301382c60cdb8bed58c2bca7107d6 2,974 1.00/1.00 vMB 8
593,259 593,259 000000000000000000189d833e55caa4dd825682fae7f1be947a0b00c345bf25 2,827 1.00/1.00 vMB 28
593,258 593,258 00000000000000000005b617fc6810d1faa9715c14d1a4a297628d67f2b895d6 2,505 1.00/1.00 vMB 50
593,257 593,257 0000000000000000001514ef810f9e52222d833011cf1cbe2dea924058ccd565 2,778 1.00/1.00 vMB 17
593,256 593,256 00000000000000000016eb19d55d7df8c02b63aed2c894f3a05452cd9b07992b 3,178 1.00/1.00 vMB 35
593,255 593,255 0000000000000000000714c94f8a0808ff041dca54a04efe0efe5ff6d693c038 2,325 1.00/1.00 vMB 34
593,254 593,254 0000000000000000000135f4f0326a19b73c2bf420cec0e756409de954832dcc 2,506 1.00/1.00 vMB 47
593,253 593,253 00000000000000000007c818fd39abb88a870163fc0f7e46430c4fcdeb637faf 2,739 1.00/1.00 vMB 19
593,252 593,252 0000000000000000000372202606bbf4f46f3ee737e181feb6b6286c220d976f 2,714 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.