Loading Tool

Explorer IconExplorer

Memory Pool

79,527 transactions
29.95 vMB
0.08465298 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt 9ed3811e82bdc3e61139c74ec8b250a13a9788b16bb3ea636677a19b893235e9
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root ab5a5baa0a4b8d1c8fe8c4c2433f2b94b19bff3e0f998d984a887c9fc9c13a17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.01605379 BTC
Feerates: 40.21 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (265,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,641 649,641 0000000000000000000bc2fc4e945ebc5739133194623cc35490d5dcb6cd5895 2,583 1.00/1.00 vMB 84
649,640 649,640 000000000000000000047f920608e9257f2f1e0548dbe91c58f872ee6a23e713 2,424 1.00/1.00 vMB 90
649,639 649,639 00000000000000000000d07d23ffbd4cde42bab1883798af8012b9d063379e87 3,112 1.00/1.00 vMB 119
649,638 649,638 0000000000000000000a28af3b448dc39223095cd8ba9d25dc131adc7cd0272a 2,939 1.00/1.00 vMB 84
649,637 649,637 0000000000000000000273367c8a8d7f349562d05fde1b14c92e7d3ab43dae33 3,097 1.00/1.00 vMB 90
649,636 649,636 00000000000000000009aba6e4fca1ecca10ee1147d9a3deefd842e861c8b8c9 2,603 1.00/1.00 vMB 83
649,635 649,635 000000000000000000093df32439d0a06216cedcfd38854f92acf908f41285ae 2,212 1.00/1.00 vMB 68
649,634 649,634 00000000000000000005b679f04cd27efecac085ab204e660cba4c819570f664 2,929 1.00/1.00 vMB 72
649,633 649,633 0000000000000000000813d3b3912fd1994cceb2274fa08632cd2808827a7abe 2,837 1.00/1.00 vMB 75
649,632 649,632 00000000000000000006bb985821c76217d5b77a2825d9c06953cfb2a2dd67d4 3,181 1.00/1.00 vMB 97
649,631 649,631 0000000000000000000e809972ec21828a043f54faae1c5d56de1eb7eeebcde0 2,760 1.00/1.00 vMB 88
649,630 649,630 0000000000000000000ba641457e15b1fc86c4dc541a0070a63d5e361d2964a2 3,227 1.00/1.00 vMB 107
649,629 649,629 00000000000000000009e82c59cf6f0627e200b63d6737616a72486f4a15b8cc 2,728 1.00/1.00 vMB 90
649,628 649,628 00000000000000000000b8afaee7b9060e3dd59af3bdeaad51bd3205e79e1931 1,713 1.00/1.00 vMB 81
649,627 649,627 0000000000000000000004e714135ff87484b6303d1c3056f728f352560a75b7 2,044 1.00/1.00 vMB 70
649,626 649,626 00000000000000000003cd2cdea92ef497423f2e285511d01118be462eb0871f 1,656 1.00/1.00 vMB 69
649,625 649,625 00000000000000000006daf9140dedf11208c41b3a5b97e61769b26aa5eceac8 2,834 1.00/1.00 vMB 73
649,624 649,624 00000000000000000004eadd1611c34a6edc5292cf295315d337ed54c17b409c 3,272 1.00/1.00 vMB 79
649,623 649,623 00000000000000000003ee3096e8d4e4e2dc1bfcc8e0b535602e196bf064496e 2,333 1.00/1.00 vMB 76
649,622 649,622 000000000000000000082eaae043dcf17dd7167bfb6d37563e1cd189886485ac 2,088 1.00/1.00 vMB 94
649,621 649,621 000000000000000000069cc3f2f24ee5043e3da1586ea1800d1563af10e9f587 2,551 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.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.