Loading Tool

Explorer IconExplorer

Memory Pool

65,582 transactions
36.42 vMB
0.25935204 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt aa8cdb7fa8850c0c580d0cafdb6db89145b2900b512699bbd417579257fbfec8
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 8ec6c791d32404984e183de529abb0c85b478dd41d22e5c4a621dce561d70a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.14270847 BTC
Feerates: 1,471.76 > 14.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (857,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,700 56,700 000000000e85ce4a331c054417de618e31b1da0be4d05b359dbfb01d380f7316 1 0.00/1.00 vMB 0
56,699 56,699 000000000c8275e794200191732711dfa59fabca2db6b04e99207d082d7ce285 2 0.00/1.00 vMB 0
56,698 56,698 0000000013a001e8a299511c1f17580467e816acb94792ab45fa05d599208fb8 1 0.00/1.00 vMB 0
56,697 56,697 000000000f40979b704e2c4a97a41f2e1df1bb28eb191de49f7fd059b78db518 1 0.00/1.00 vMB 0
56,696 56,696 00000000012dac4782e949f9a33b5e4ac901a373ba44a70c595ef97f33a60951 1 0.00/1.00 vMB 0
56,695 56,695 000000000449031a0a31ba235cde1ce710bc877f45a47a6bb9b9c848e969cd9c 1 0.00/1.00 vMB 0
56,694 56,694 0000000008ac610917f85fd7cf3f7ec3fb48f21fd3c4cf450b92885fd4aa7764 1 0.00/1.00 vMB 0
56,693 56,693 0000000011b5bd80a75c3c07a2bb22ac6d2ffefe32a82635d67670b749d4f95f 1 0.00/1.00 vMB 0
56,692 56,692 000000000996a16a5822ec2728df55e3e05c1c352f8332024bc41e373a305bb1 1 0.00/1.00 vMB 0
56,691 56,691 000000000a43cb5418feb4818b9b7c07785a96dc52d6e6d3b3504338f73ee527 1 0.00/1.00 vMB 0
56,690 56,690 00000000061335a84c827eb665433e38311aa5406f46d209ba059f14a40d9d28 1 0.00/1.00 vMB 0
56,689 56,689 0000000013bddafe3cf1df6617ad8c60a84d5deccf83dc2d38a95c41c575f201 1 0.00/1.00 vMB 0
56,688 56,688 000000001405a37f5839b265ea9ebce34a1633eaf6466bd40e90b723c0031a8d 1 0.00/1.00 vMB 0
56,687 56,687 0000000000b30351d72923102598fefd9c06865164a86f6f3656a7b53d32e716 1 0.00/1.00 vMB 0
56,686 56,686 0000000001ccc9193b6f47a9d5e6bddc3ae3c3f4b5abd06d2d5e64dba0c45794 1 0.00/1.00 vMB 0
56,685 56,685 0000000009f1a6c9cccf3fdc349b539bc698c6281abb8666ad03c66fdcb474fc 1 0.00/1.00 vMB 0
56,684 56,684 0000000014e24c63a6f28bf6119d843b2f5bb39efdea2769d244654dc943bd35 1 0.00/1.00 vMB 0
56,683 56,683 00000000104b8c9c8124e63d5581ade5f8bdd1d416b279caf26e2c1e0dbf76c6 1 0.00/1.00 vMB 0
56,682 56,682 000000000b537d64a72052ceb142ae068d5c53d965e5fef2d2e46d4ac2031804 1 0.00/1.00 vMB 0
56,681 56,681 00000000008bd8665fc5359dd1e68e45581a6c6d19bed214f0417699bda0f121 1 0.00/1.00 vMB 0
56,680 56,680 0000000007d94989a58e37002fee423b00b77a7194d538a82b4d3b0b9789046f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

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