Loading Tool

Explorer IconExplorer

Memory Pool

78,149 transactions
28.99 vMB
0.08831532 BTC
Random Selection Loading Transactions
Max Size: 175.32/200 MB

Candidate Block

Mining Attempt 30d49cccf9ac9de1a03546e445dda4f02a64c937f9a30d3a539b56c59d9c9d38
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 163935134879b1769ca2e7f6e6049afa122bfe433dc4e2b90ae94bb0a26abeb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,326
Size: 1.00 vMB
Total Fees: 0.02783270 BTC
Feerates: 477.45 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (436,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,810 478,810 000000000000000000b5ce3b3da41b14af00826610392270fa84ce94cbe966e6 1,744 1.00/1.00 vMB 78
478,809 478,809 0000000000000000005449a4add7be5fdf01ebdc360ec20ae3c59f65a6bc3dcb 2,312 1.00/1.00 vMB 138
478,808 478,808 0000000000000000011ffce99a00fac7fa3efa39f303a7246f86d2dad6ea1874 589 0.30/1.00 vMB 133
478,807 478,807 000000000000000000c5581ddf3e9ddeaa8aeabf88e4e02653d76c6ff9890d9d 960 0.95/1.00 vMB 59
478,806 478,806 000000000000000000439776d0191c6923386210637240c2d80f3b44d7c9fb61 617 0.47/1.00 vMB 122
478,805 478,805 000000000000000001290a3a897246c1677cfd77534df57ec5f9310bcbef897c 790 0.97/1.00 vMB 78
478,804 478,804 000000000000000000d0215ffb3b33a60ecfccff27c27610eab6ead58ebb3164 1,812 0.97/1.00 vMB 106
478,803 478,803 000000000000000001452b63c26a42aee123d48d9204de1cb769a54078283581 145 0.95/1.00 vMB 5
478,802 478,802 0000000000000000012f652d4095e4e7374d1d453221591abd681df780fd7156 351 0.20/1.00 vMB 164
478,801 478,801 00000000000000000105e4ea2c521dc98930ac01eb3a0630e54dd5002c9c80e9 72 1.00/1.00 vMB 2
478,800 478,800 000000000000000000bc04019a4dacebaf7d17873a4329761e174a9c3de08ddc 959 1.00/1.00 vMB 75
478,799 478,799 0000000000000000009f0aa09681d0479eca674a577085d9dad59cea0f437a53 765 1.00/1.00 vMB 9
478,798 478,798 000000000000000000d10f8e35fd732e68e9d34e551b2f1180208da342a6b295 1,904 1.00/1.00 vMB 23
478,797 478,797 000000000000000000fdff97b9b11af26bfe7fb4a528e1d42b7237f270a1f2c9 1,554 1.00/1.00 vMB 46
478,796 478,796 000000000000000000d97087309bff6c61e6cef716519c2f0d0fbc6c7f032cdc 1,794 1.00/1.00 vMB 128
478,795 478,795 0000000000000000010a3e5eb9302a64084732818b3aa0757ce2aa377f21487b 1,599 1.00/1.00 vMB 114
478,794 478,794 0000000000000000003c53cf2571255a922c12aa6e52429e5c767ef2aed51358 2,128 1.00/1.00 vMB 156
478,793 478,793 00000000000000000119aaca8e3ade4943d23f4aee2ca6b479ae5cfc92bce924 2,360 1.00/1.00 vMB 115
478,792 478,792 000000000000000000a417a509e12704727c568810f47e04fa8c47f1a80dbdd2 2,186 1.00/1.00 vMB 155
478,791 478,791 0000000000000000005c37e976874e0d91e19c0772a4a91a46431e1c9bb660e2 793 1.00/1.00 vMB 148
478,790 478,790 00000000000000000015430fd4a784b3e3cb541ff35fbf12271d7e2f8a81af6d 936 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.