Loading Tool

Explorer IconExplorer

Memory Pool

32,377 transactions
9.95 vMB
0.15282551 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.93/200 MB

Candidate Block

Mining Attempt 3332f38dd6159a8c31ecd92ce098ab6c977e1a20d23e3dfedfc118e71f31b002
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 30986a15fa73c3af7a49278ff5adc4064220c341e9a6df311efd24511556f86f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.06652633 BTC
Median Feerate: 4.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (696,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,774 216,774 0000000000000371180ea01403966bf39b3f5ee1a907e97c3cfb12d2f4fdd5ad 890 0.25 vMB 252
216,773 216,773 0000000000000439c612c8e367d916872814e89b4fea6f6f526c02021a6a0d8f 512 0.15 vMB 263
216,772 216,772 00000000000004cb2cd127c369008f9d07163251810b3a275e22e13eacf07795 309 0.20 vMB 122
216,771 216,771 00000000000001cda29749beacca7e7a1c263a9a8b83926710fcb903b7d09ad7 554 0.20 vMB 203
216,770 216,770 000000000000022ef76ceb0361d833f4cf61b87535f441d8bfdb2cbcc8b800b0 126 0.08 vMB 84
216,769 216,769 000000000000005b5ca1483041dfc37ca39eb21be14737a8577bd45a4114eb6e 771 0.25 vMB 211
216,768 216,768 00000000000002d3c54bdd5d25e167eb27f542795b693fbfd829deb31d731877 741 0.28 vMB 265
216,767 216,767 00000000000000354d3583ee9af06f7604777a7a843ef41ba0b096cbd79ac569 209 0.20 vMB 43
216,766 216,766 00000000000003658a5cd891bd662ecd9898ed3985876b11ef5c2e3814fe4f1a 334 0.16 vMB 156
216,765 216,765 00000000000001381f4a3088755e3fafdeeb62ba8635de837c60518babcea98f 469 0.26 vMB 140
216,764 216,764 000000000000026d80eb324189eb502adb66b451f4ab138e60f31b634c019547 790 0.25 vMB 246
216,763 216,763 00000000000004d9ee5cd9b6b387f3135e2e66235bf0d9c6f3762a9276790a35 143 0.06 vMB 165
216,762 216,762 00000000000000c51df4099b2f43500a3b4c43115193719405f7b06b38276cd2 378 0.19 vMB 156
216,761 216,761 00000000000001dc68853182ad8a5caa678c1562d1a0cc786db4f4b8ae21ada6 94 0.05 vMB 154
216,760 216,760 0000000000000511d74dc7efe5a831dee6df817bd7de3fd6989113231c29d1f2 664 0.25 vMB 210
216,759 216,759 00000000000001b765eb47ab828b7b7dfc173632467e50e5a280541aebb767ab 312 0.24 vMB 111
216,758 216,758 00000000000001f0ff328879797bfac483a7160670073b3017106e367862712f 606 0.20 vMB 216
216,757 216,757 000000000000034e3e3e1de170566d3bf91061fb8065b663531c92f501f79951 512 0.21 vMB 179
216,756 216,756 00000000000001f7b700b2f242af6980cc7a21634094e3e388c168f800986998 130 0.05 vMB 170
216,755 216,755 000000000000028be32e1a3bc05972966a029f2643680f4a45464525cdb89e58 741 0.25 vMB 295
216,754 216,754 000000000000013aa3e4a049789d7e1df1d7ec6138ccba3918bf2c2f74182fbe 283 0.15 vMB 109
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.12 GB
    • Received: 0.44 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.