Loading Tool

Explorer IconExplorer

Memory Pool

73,201 transactions
27.13 vMB
0.06096064 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt d7769d33af79a59ee4c9d470c64eed480b7d5307b91b7dd53a92c5d83a4509ba
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 1ed6358db7fb1fe962d38be2b51b47afa3237d5a51c8d908e99617da55b0cbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,987
Size: 1.00 vMB
Total Fees: 0.00348967 BTC
Feerates: 20.14 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (285,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,860 629,860 00000000000000000005a68c80e6b77d707a720f1285d80f5e2b47534f35c13f 828 1.00/1.00 vMB 13
629,859 629,859 00000000000000000010692101590a916836397a4e3d7d33b571f7a147062046 803 1.00/1.00 vMB 20
629,858 629,858 000000000000000000022882cf4f52352bcb2b9ea63e2e70c1a34acb743fcda1 796 1.00/1.00 vMB 3
629,857 629,857 00000000000000000001e9e9f50b5382a2c1bcca008c4e7313e4f93481fdc1bf 2,445 1.00/1.00 vMB 15
629,856 629,856 0000000000000000001045132b27ddf4b5c2dfed9e2bd279cbcd9c3485299f8a 1 0.00/1.00 vMB 0
629,855 629,855 0000000000000000000d0ab2ce4c1aea5ec29d0fe6bd4922c5a1d21d0a7fe63e 3,214 1.00/1.00 vMB 93
629,854 629,854 0000000000000000000642c92057579a8ea93a7ad6602d3c782eff83ae0b2657 607 1.00/1.00 vMB 9
629,853 629,853 0000000000000000000343324573358854e5693d890fea32371c0d8321b4eecc 2,418 1.00/1.00 vMB 24
629,852 629,852 000000000000000000113b303bdf55afddbd3c3a36de7f98879b37ffc97ed3e6 2,193 1.00/1.00 vMB 63
629,851 629,851 00000000000000000004fa90499c1a8d1425002daca668d2b2f37d36655547fc 2,734 1.00/1.00 vMB 58
629,850 629,850 000000000000000000063865d2de5ba55227c571a650e53354c8e57e323e07e8 826 1.00/1.00 vMB 11
629,849 629,849 00000000000000000008358000a37cb1a531361e271d9e7e837863ade9f662b5 2,777 1.00/1.00 vMB 53
629,848 629,848 00000000000000000007e735d17b9d4084fb55603749d9d3032a770d9a913955 627 1.00/1.00 vMB 10
629,847 629,847 000000000000000000068dfc539b0d0f9abc2a30c9252a5216d25510127114a5 1,536 1.00/1.00 vMB 31
629,846 629,846 000000000000000000036b4e7888cf4c0caf75d181cab0cf70a000b5d56caddc 328 1.00/1.00 vMB 5
629,845 629,845 00000000000000000001b069cd7c46aa97951fcef9b01de6779fc9c7504db8f9 1,927 1.00/1.00 vMB 31
629,844 629,844 00000000000000000004801f0fd1c97b6f020894fc8a03f27d3cf7c1ef0cf87c 1,389 1.00/1.00 vMB 7
629,843 629,843 0000000000000000000b791b03b2e74bfaa5c499f24aafa47954b57284488e61 2,743 1.00/1.00 vMB 43
629,842 629,842 0000000000000000000ff578e081335a78c87b28a8c196ee4c00671c35583847 2,400 1.00/1.00 vMB 9
629,841 629,841 0000000000000000000f10267fd8ef42170f0de63cb7816cfcc48019b722c625 2,762 1.00/1.00 vMB 88
629,840 629,840 0000000000000000000d75a5adc80f67a8aa14923fe6e6c82611963b56f927f3 2,868 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 713.54 GB
    • Received: 17.39 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.