Loading Tool

Explorer IconExplorer

Memory Pool

34,143 transactions
27.86 vMB
0.05759535 BTC
Random Selection Loading Transactions
Max Size: 138.93/200 MB

Candidate Block

Mining Attempt 15d634fe2de72b3d527070689dd92c97ae5415b140117b0e1cd033e55dbb446a
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f0ca9ff0e29830856f9a6cf4755f2a73ab2fb4aeff88a9aef62e0d66d3fec86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 1.00 vMB
Total Fees: 0.00450560 BTC
Feerates: 40.21 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (444,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,801 469,801 000000000000000000cea9a1fa73edbb4f42f6f264b951662621fe76f0308901 52 1.00/1.00 vMB 52
469,800 469,800 000000000000000000fe8cfd8b1ca320d15e91eea14d9fdfca801246b64443ad 874 1.00/1.00 vMB 133
469,799 469,799 000000000000000000a4ca72fd622a16ec8647d5e9018867091567aa5c28f327 90 1.00/1.00 vMB 56
469,798 469,798 0000000000000000006e5b9fe480b31e2851110857bbbc1e6621af67f9317e4e 47 1.00/1.00 vMB 52
469,797 469,797 000000000000000000b34cc8f088b1d79004dca13d425a9635e720d4530cdf03 1,408 1.00/1.00 vMB 157
469,796 469,796 0000000000000000013f08a244d3f2e4a47ce278d6fb1a058d8640d289c7493f 1,806 1.00/1.00 vMB 157
469,795 469,795 00000000000000000194a121746fe0f44aa4c8d0a8be617090b5a06f13af3807 2,066 1.00/1.00 vMB 436
469,794 469,794 000000000000000000276e5c146d064699478d9c7e4d738d75b365ddc38e74dd 2,091 1.00/1.00 vMB 227
469,793 469,793 00000000000000000130960d787199a7a6ecbf73b6080ebcde2112317ac81d17 2,341 1.00/1.00 vMB 357
469,792 469,792 000000000000000000ef5d8b513bbb3c6d7805d5d103d8b62ce9ee6b3b334415 2,231 1.00/1.00 vMB 369
469,791 469,791 0000000000000000005f57dac3fd4fb9aa7ac7a67a1d1e3c1cc87ac8a37ae8ac 1,710 1.00/1.00 vMB 324
469,790 469,790 00000000000000000049c16a813149c6275255888c8cb63151586f201d74dc0e 2,256 1.00/1.00 vMB 294
469,789 469,789 00000000000000000164076c6157ded78fbe765ad9ba7488c93d567d660b4948 569 1.00/1.00 vMB 137
469,788 469,788 000000000000000000a5758fb6c4dea764dc6543d25e66927ee0e645a706b07c 1,198 1.00/1.00 vMB 279
469,787 469,787 00000000000000000144f2bd6f1470e3509a6f2bb41f4e3c4c208844d475e215 191 1.00/1.00 vMB 81
469,786 469,786 000000000000000000ce16fcc1229c46e274c8e1d005ea6b999de83d4db80f43 353 1.00/1.00 vMB 71
469,785 469,785 0000000000000000008f49ea6517e0e7d74791ff09455678d3cb80e1e6899d0a 1,566 1.00/1.00 vMB 89
469,784 469,784 0000000000000000010a0cf729f8b0fab181ca71ed2640a4649222d94afb7554 2,278 1.00/1.00 vMB 94
469,783 469,783 000000000000000000d675810c0d24d20bce63f7421abb2e0f9d48588fbc6378 2,451 1.00/1.00 vMB 131
469,782 469,782 00000000000000000033c012b43c59dc2a0d6f00d66e16200217f309356823e1 2,025 1.00/1.00 vMB 371
469,781 469,781 0000000000000000006870a54f869b66b66883b8af909b18717f9966a65f647c 2,043 0.99/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

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