Loading Tool

Explorer IconExplorer

Memory Pool

84,954 transactions
31.98 vMB
0.11663409 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 9f90b80667824da21bcb12a35dfefb37efbf2236a5d024c4a6e020f046e0d547
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 7fbe7237bd3352ab58fc7f685c20f3567f39d199c17128cafb87cc6d5a91e3e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.03752509 BTC
Feerates: 301.05 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (557,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,713 357,713 0000000000000000107051c48ac0963a7d33b53f759e15f4cdd62499e03070d5 411 0.30/1.00 vMB 20
357,712 357,712 000000000000000011801dada189169e011d085f8c016f3f2f8eeb74b53d1309 1,818 0.75/1.00 vMB 44
357,711 357,711 0000000000000000026ca21b4a83e1a818be96db4b532b7e9be2f60d47efff0a 763 0.50/1.00 vMB 9
357,710 357,710 000000000000000011453229d9249d3885d06259357a0b9d70eefc0fca9d4fd5 1,166 1.00/1.00 vMB 18
357,709 357,709 000000000000000001c64b03721e53bc051fc55f026456e76f7e7e42c017a97e 1,253 1.00/1.00 vMB 25
357,708 357,708 000000000000000002c3b6bfe4297f04cd990306e28ce01fd1b1c77b8726c905 1,084 0.75/1.00 vMB 20
357,707 357,707 00000000000000000c52364d852e8dc6d91a1a19aee53c223bb1295d46e2f058 2,960 0.90/1.00 vMB 43
357,706 357,706 000000000000000004b0bd6bec95ad652f0edd499356f1c27ea36cf788ef5aea 1,152 0.35/1.00 vMB 74
357,705 357,705 0000000000000000054528a0d64c4e3476e1685a12db24716c562a6d308ab1ff 585 0.33/1.00 vMB 36
357,704 357,704 00000000000000000731c7dfc0b3c92a69dae489d32ce2d711955acc5efd0a94 720 0.35/1.00 vMB 29
357,703 357,703 00000000000000001357e08eca90697a927f6ea52bc6bd70ea3bc9461ef885ff 701 0.45/1.00 vMB 17
357,702 357,702 0000000000000000046f53e79cc32875a529a8eaaadcd6b34d7da3f6308873b1 751 1.00/1.00 vMB 8
357,701 357,701 0000000000000000076a82d268d098a555e7797ea78e5315a78819adbd576e14 1,621 0.75/1.00 vMB 29
357,700 357,700 0000000000000000166f4e04992975306fdf3efc8a658fd27e6f93bcc2ace885 1,486 0.75/1.00 vMB 14
357,699 357,699 00000000000000000a37e3431bd73ca1649c55393edf42a711752903d8b908a1 1,708 1.00/1.00 vMB 27
357,698 357,698 00000000000000000f6f55bb1513ddfee6b09ac3b51e2fab9434f8e9dd3aabaa 1,300 0.90/1.00 vMB 22
357,697 357,697 000000000000000005779cd91140a439695511eb1c8db8b3024e77c81213722c 1,734 0.75/1.00 vMB 40
357,696 357,696 000000000000000012dd224af2bff7fc918b88a60c58b0fd1240411daca88a34 1,249 0.75/1.00 vMB 18
357,695 357,695 00000000000000000403de49a43cbb12b7c347b0bfafa01f832c1a417e2a94a2 1,370 1.00/1.00 vMB 21
357,694 357,694 00000000000000000ad52a88e110b5e4db6dd2b0dd4ab229a5168ec93c52ba27 2,587 0.75/1.00 vMB 46
357,693 357,693 000000000000000005910b0d150532144ae4fc59f768ce7fb1db5c4752bdae8f 1,741 0.75/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.