Loading Tool

Explorer IconExplorer

Memory Pool

81,807 transactions
30.85 vMB
0.08194891 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt dedeb073facc6cbaaf6226db51fdaa128a6129f8d6978849e236aa700bfc011d
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 0a59425cd6d65fdc957a8fe0d9256a14d09f2b102eecb7b882d415fb10223418
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.01274772 BTC
Feerates: 100.00 > 1.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (350,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,785 564,785 000000000000000000200bd41f04162739801b8efb6a2a888e2dce072e95325f 2,166 1.00/1.00 vMB 10
564,784 564,784 0000000000000000002a08e0e8742ae248481cb43e0a088d609110d0725a9ea7 2,816 1.00/1.00 vMB 22
564,783 564,783 00000000000000000014b71d433285e80122581b42c4737a637c103d6469c72a 2,767 1.00/1.00 vMB 5
564,782 564,782 00000000000000000029a3326a67e73867177e6dbb463b8f464553bd89b8e858 2,504 1.00/1.00 vMB 18
564,781 564,781 0000000000000000001593ced843a2c652d5a1d43a94a17e41c94ee76de7eb41 2,878 1.00/1.00 vMB 42
564,780 564,780 00000000000000000028fa8a191c032b535a1c55e34859c09378ecae465213da 2,996 1.00/1.00 vMB 29
564,779 564,779 0000000000000000000c049b246135135025fd3afe8104dc393b6df7160d67f7 3,031 1.00/1.00 vMB 24
564,778 564,778 000000000000000000038c4f2a09cf37aa03ae1803187d6cf676520a927aebb0 3,001 1.00/1.00 vMB 46
564,777 564,777 0000000000000000002628e694198a0dfc82d85e9cd066515351ac0a8da0e600 2,904 1.00/1.00 vMB 15
564,776 564,776 000000000000000000293aa74563f47a43c5c433218a92f5a9bd366d2f9ff789 2,714 1.00/1.00 vMB 22
564,775 564,775 00000000000000000002ee312e966a1d82371c0ef7fd6104d2798787433fe59a 3,270 1.00/1.00 vMB 43
564,774 564,774 0000000000000000000bb668848528f8d9f1871336facedd0f26900e8008bc06 1,880 1.00/1.00 vMB 23
564,773 564,773 00000000000000000022e6cd37983f0e3138c75295b9ae60b1d777edc7da75cb 2,941 1.00/1.00 vMB 51
564,772 564,772 0000000000000000000fc4d3d9a5ca54668477eced409573b73e8f7a019a2a95 2,532 1.00/1.00 vMB 14
564,771 564,771 00000000000000000009c921e314d779c83d151bd0f5aa76361855780838a2b6 2,825 1.00/1.00 vMB 26
564,770 564,770 0000000000000000000a046c1e5063d757826197b103a65f6c5b435f9d1d8a2d 1,620 1.00/1.00 vMB 13
564,769 564,769 0000000000000000001762e22a7d7b12d39ee605f046a8f5c24df5348d920b93 1,456 1.00/1.00 vMB 6
564,768 564,768 0000000000000000002346e62f67a36f9574f56eeb4165acda1756a670f1d8ea 2,675 1.00/1.00 vMB 8
564,767 564,767 0000000000000000002b93d7d40ac8f5b9d7e9b0986caef23a4ebf20bd05d2a3 2,764 1.00/1.00 vMB 37
564,766 564,766 0000000000000000001c944003147f81cf170ede24af4545c913845de105305d 2,965 1.00/1.00 vMB 24
564,765 564,765 000000000000000000288a38dbddc90ff04e7ec9c78d436d11b2c51e5c65c56d 3,048 1.00/1.00 vMB 47
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.32 GB
    • Received: 16.88 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.