Loading Tool

Explorer IconExplorer

Memory Pool

98,015 transactions
25.88 vMB
0.07266097 BTC
Random Selection Loading Transactions
Max Size: 174.08/200 MB

Candidate Block

Mining Attempt d70fb21d5cf792dee5dfb847bceca8f214b0a863c8f0dd36609f10933c628e28
Version 20000000
Previous Block 00000000000000000001a751891cc37ac8d9bd372e8382bec0a646957cc0ec89
Merkle Root 51e75802a033ba74fcfbb43ac7c5eeb0088cffd3cbdb22e5a48325f8d1ff1e5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.01058981 BTC
Feerates: 151.16 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,081 (811,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,299 104,299 0000000000008fc128ceaf3bb8f178b37350328b5302745eafd93672da1acec5 5 0.00/1.00 vMB 0
104,298 104,298 0000000000036e022dc5065bf7635c7ca32f9fd5536548600416402e93a7dd66 1 0.00/1.00 vMB 0
104,297 104,297 000000000002ac7867daee2e5e1952ed1fb45276154a65a5fc8dd40257c722b5 4 0.00/1.00 vMB 0
104,296 104,296 00000000000226865bc60a0e6bf97ce46e9ff9d348a5f9490b29e752d0e873d6 7 0.00/1.00 vMB 0
104,295 104,295 00000000000320b761f7e72c3adf0318d8e55a9868766cfbcce8e3eaec1103dd 9 0.00/1.00 vMB 0
104,294 104,294 0000000000025c3520ba723ea31a2f8b7b990d74f4138f1cb623b50aaec6a4de 5 0.00/1.00 vMB 0
104,293 104,293 000000000002bf06639b54b98995ff3c040c40550b3ddd4a47dee9308c2bbbbf 1 0.00/1.00 vMB 0
104,292 104,292 0000000000010199e6adf581501e07760588cf5856e7c23997fdb0dc32583549 5 0.00/1.00 vMB 0
104,291 104,291 0000000000027287550da8fec8f85ad4eef7bb6df885d160dccd696796530424 4 0.00/1.00 vMB 0
104,290 104,290 0000000000035f987aec33bfeb64d9ca03aae59345caa411bba8a896a35c27c8 3 0.00/1.00 vMB 0
104,289 104,289 000000000002991356543d02ea7847514446eff79ee2ca9333ac91e338a624a2 9 0.00/1.00 vMB 0
104,288 104,288 000000000001135d79ce4f2f30667f8aefee95d9222aa2870ff0880f375b0a66 8 0.00/1.00 vMB 0
104,287 104,287 000000000002ee7b63831f0b80ad9fc8cc3731cff7c59f00fa280b68222bc3ea 25 0.01/1.00 vMB 161
104,286 104,286 0000000000025114c4e6e48a7c1bf83a0b9f78c56a9a5ce7b6645f9e96d27eee 2 0.00/1.00 vMB 0
104,285 104,285 000000000001a2b81e5bafac42e15fa28ba09e0af83736b417b7d9a5eb450de6 1 0.00/1.00 vMB 0
104,284 104,284 0000000000031c9d8d6adfb7a6d27fc052b5561ccb44984d1ddd41b948ca574a 1 0.00/1.00 vMB 0
104,283 104,283 00000000000038c51b065a37671574c988263630a0c9f3953296f0466a4bb539 1 0.00/1.00 vMB 0
104,282 104,282 000000000002e3b1d3db93987f9811f1d33b4b9a385fcc6e4ee119ca1b3aa6c2 13 0.00/1.00 vMB 637
104,281 104,281 000000000001da1774ad1e9feac91c9cdf45504973bd09dae11e50602c1a7dce 1 0.00/1.00 vMB 0
104,280 104,280 0000000000026dfc07bcac94c6725bbdd915d6b5b5ca2772caada34c06d76a09 10 0.00/1.00 vMB 399
104,279 104,279 000000000001cb00275f44ee76f907a2b0e8a8149669fec8cc7fbebebf8f39b9 9 0.00/1.00 vMB 418
Previous 10 blocks ↓
Total Size: 784.26 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: 814.80 GB
    • Received: 24.02 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.