Loading Tool

Explorer IconExplorer

Memory Pool

74,783 transactions
28.40 vMB
0.07651492 BTC
Random Selection Loading Transactions
Max Size: 173.17/200 MB

Candidate Block

Mining Attempt 9e9d454969fc1136eb3573b09f8cc92501ed340d11068e7b550a3d6b4e4cd9b8
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 3ca15e97bc7f04cb66fa3ec442d6bce3ae3064a282a3dcff9b80dd1f5e63136a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01510804 BTC
Feerates: 150.77 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (239,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,597 675,597 00000000000000000003fda41610be5bcdf23d4dba12bfec1904693f3caa2dc8 1,406 1.00/1.00 vMB 30
675,596 675,596 00000000000000000008ef4674c4d64481095b32f275771856d828a8d2ad973e 2,134 1.00/1.00 vMB 28
675,595 675,595 00000000000000000008590ac1cac86228533fea0536852a4a108b5ba17bc94c 984 1.00/1.00 vMB 90
675,594 675,594 0000000000000000000105ac379d50e53345914f5b3d994529a6f355b8c81dfe 293 1.00/1.00 vMB 12
675,593 675,593 00000000000000000008afac7b9694eb60bb4bbfc3a8a407a36f37a57ae7a54f 1,009 1.00/1.00 vMB 25
675,592 675,592 000000000000000000059417ae1556def50805f7e6f08aac9cfe9b12e18ecf0e 442 1.00/1.00 vMB 19
675,591 675,591 000000000000000000005f30129bf4416606a6ea76c15c778ec09504696a3d86 805 1.00/1.00 vMB 18
675,590 675,590 0000000000000000000096fc0f320d7be9f96b596d07dd188434a67420280ee6 1,519 1.00/1.00 vMB 15
675,589 675,589 00000000000000000005c83467dcb41f2106d15c0cf5997b476dfdfc31698d76 2,691 1.00/1.00 vMB 49
675,588 675,588 00000000000000000000f4ff99f5cc4302032692d4630125802c37e547efff4c 2,184 1.00/1.00 vMB 65
675,587 675,587 00000000000000000009d609f59cc7bd893e263ef11cd09ee934b575a9f0394c 2,024 1.00/1.00 vMB 20
675,586 675,586 00000000000000000003c8ff7b41dc087ab5d2eaf111745c19a1b7da0245348b 2,836 1.00/1.00 vMB 69
675,585 675,585 000000000000000000012b90c4ce9a0b34626162794f09460988591430f5accf 1,156 1.00/1.00 vMB 32
675,584 675,584 0000000000000000000049e1d587ec4533da4a7b91005323bc32b261a4448d0f 2,075 1.00/1.00 vMB 44
675,583 675,583 00000000000000000005edeb4c5ff93f9d89850e3c016f6b9961d4f701ac0f4d 1,587 1.00/1.00 vMB 59
675,582 675,582 0000000000000000000b1f1b2e3e2b1a00202e0596a1ab58652ee67affbbab5b 2,660 1.00/1.00 vMB 53
675,581 675,581 0000000000000000000221af256ec7d95a1be19b56a69b3af63febe36d46e900 1,972 1.00/1.00 vMB 43
675,580 675,580 00000000000000000001433c39f0b1f2d4ef79d0002f751abb0a50e0fc9be2e0 2,042 1.00/1.00 vMB 36
675,579 675,579 0000000000000000000c30694271a5acd90a1418dcb9f3c94df482dbaa912bcf 997 1.00/1.00 vMB 22
675,578 675,578 000000000000000000084d0e053642fbe3219ef86db8042801b15075935c762f 249 1.00/1.00 vMB 8
675,577 675,577 000000000000000000081ff48aebead37cd69830a0960f0a952b8cb83e96aac2 2,037 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.