Loading Tool

Explorer IconExplorer

Memory Pool

82,488 transactions
31.01 vMB
0.08287747 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt d7d49e0a4d4120900acddb805b7a575c7da4618ba200ce1ffb3032d9b17bd85d
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root eaeac25f8df6671fc39e3a384d5e4bc3de61f26bbd1b79bc96601363e76e9cc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.01317850 BTC
Feerates: 301.05 > 1.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (529,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,186 386,186 000000000000000002bb0ecbd572f5a8eb86fb39633a2f084bc1bbe413cbe293 481 0.18/1.00 vMB 41
386,185 386,185 00000000000000000160a61e6a3e8b356c4f80b6065ab33273a6ded4ca89fe67 1,371 0.68/1.00 vMB 29
386,184 386,184 00000000000000000e0ea63b3ba2d2223481ad54d8e4fffbe7b2cda57e0e1a75 1,325 0.64/1.00 vMB 32
386,183 386,183 00000000000000000e29bd79db17141a09ac14db439a080823b47f1a1d074267 1,413 1.00/1.00 vMB 22
386,182 386,182 00000000000000000878af61315f493ff30f089edb57cc27c2902ff8557b2aa5 1,536 0.89/1.00 vMB 30
386,181 386,181 00000000000000000525df7ceae391c104cf2d2b1c00162050a979dd2b991851 487 0.20/1.00 vMB 38
386,180 386,180 00000000000000000eeaa9d0771d52ff0664075f7fefd4c5fcc9cae45e9b113c 141 0.11/1.00 vMB 21
386,179 386,179 00000000000000000c1e6c498a43c359a7f930db8efeb8d4e5733b327758f557 1,221 0.56/1.00 vMB 33
386,178 386,178 00000000000000000da6bd5826b1527e090f4b655a0d75d7f698bc334d6803f1 375 0.33/1.00 vMB 24
386,177 386,177 00000000000000000d44c89a21d241229976d81a042ab5ff6c1e85e76a1d8e9b 1,614 0.73/1.00 vMB 36
386,176 386,176 00000000000000000a92720c2d8096b0b0e75d98d708f6e89a34a8461fdc6194 917 0.50/1.00 vMB 33
386,175 386,175 00000000000000000499dbcb9957651feda17e59e9983ae6e942834aa14f7bdd 1 0.00/1.00 vMB 0
386,174 386,174 000000000000000005fd73a192517dd888cee9008c2cd7e306c465858c67d910 245 0.18/1.00 vMB 30
386,173 386,173 000000000000000004ec5f2f0b79705f3ad5e07f2e9f0bd95df643bdb5005fe6 488 0.25/1.00 vMB 34
386,172 386,172 0000000000000000023222b852b0aec1cc473fb20835d7daa199131e4eb9fde5 1,062 0.52/1.00 vMB 49
386,171 386,171 000000000000000001a140a6bc4ae57fe4c5d33773506209142e5de82ca5d082 402 0.28/1.00 vMB 23
386,170 386,170 000000000000000009b53d1a0142c0e74e8920d9405381822fa045899306d6b1 1,582 0.75/1.00 vMB 40
386,169 386,169 000000000000000001fbeb5c4e13db628f751613e14fab1d9a5cca23029477ed 1,278 0.99/1.00 vMB 23
386,168 386,168 00000000000000000cee94328b3927db27d0c0048441da121ff6c00276706028 1,279 0.75/1.00 vMB 25
386,167 386,167 000000000000000002642fb454516f56e818102b2fff8d29a7c3df806a0dce62 1,058 0.45/1.00 vMB 41
386,166 386,166 0000000000000000008a84d8fd2a4fa55382b2358130b0941dbfed4b32f07771 272 0.61/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

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