Loading Tool

Explorer IconExplorer

Memory Pool

79,555 transactions
29.96 vMB
0.08493656 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 363a36fc2d2d22af1eb974dc44f6cf72c5b4002f5c9347444e0e12353eeb9e28
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root e8b2853220ec0cf1c1b14fba7026ec40f1c26aace43a9c78c28711f2f8f9e1b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.01622269 BTC
Feerates: 40.21 > 1.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (292,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,581 622,581 0000000000000000000694a0dacc131cbc8b78dab66949f384ac4abb44734995 448 0.13/1.00 vMB 38
622,580 622,580 0000000000000000000aaeb122bcc9a257a20bd78f38387a469ad1e2f641c45e 1,148 0.64/1.00 vMB 9
622,579 622,579 000000000000000000045a03925b0e72b9abef73562fb472e14a6717a8c2a266 2,745 1.00/1.00 vMB 52
622,578 622,578 0000000000000000000400ee2c4893ae99d18b720c3f63a6d8e87e1a6a2f991d 2,200 0.76/1.00 vMB 28
622,577 622,577 0000000000000000000410d216abf34564072cbce4f8c28640b49a6e9580e122 2,177 1.00/1.00 vMB 59
622,576 622,576 0000000000000000000f819fe5cffa852a1c44c591917018d5763554ffd89653 507 0.17/1.00 vMB 39
622,575 622,575 0000000000000000000b2a586cc581a258ab167ae41f868b24bcbef45214e350 72 0.02/1.00 vMB 32
622,574 622,574 00000000000000000010423ebed4602894490a539ba812dd419281081e950bb2 656 0.19/1.00 vMB 40
622,573 622,573 0000000000000000000775c202bc32abaf63fe7acc4732caf5143882b64908fe 2,193 0.83/1.00 vMB 40
622,572 622,572 0000000000000000000ec9fb4c1ddcfd51b366278a1bdddb7dbee1e9a1aba654 2,183 0.76/1.00 vMB 39
622,571 622,571 0000000000000000000d8d116ef880ed1afae021cd3f05d619666e64a2a47c15 1,526 0.57/1.00 vMB 11
622,570 622,570 00000000000000000004e01cb114dc90546c66a78b71c1f245cf2b9679c9b5a8 2,672 1.00/1.00 vMB 28
622,569 622,569 00000000000000000000465a026095c847343f6586b3c8d33987d65737f51c9d 2,798 1.00/1.00 vMB 84
622,568 622,568 00000000000000000005ef79a52d501ff698aedda77120083bc8fe3f9ee340a0 2,560 0.80/1.00 vMB 21
622,567 622,567 0000000000000000000ece8a67aec90f0f1931a8ab18523eb9e782c280eb7689 1,972 1.00/1.00 vMB 32
622,566 622,566 0000000000000000000518ec003015e8baa567af99b5220647bf4de2afac7622 2,454 1.00/1.00 vMB 14
622,565 622,565 00000000000000000010f66b0f5450572952b8ec4d4bc34d9934a399f6d2c102 2,894 1.00/1.00 vMB 62
622,564 622,564 00000000000000000010eaeff9ff92d0cce0e204728137f128c9ebdf157ca43f 2,324 1.00/1.00 vMB 76
622,563 622,563 0000000000000000000b8b1e7e8d9f2c20d427fe5e1deed14b0543d66fc73b1e 2,270 0.74/1.00 vMB 37
622,562 622,562 0000000000000000000d4e36f6efb6cdc8f2fafd30a1fbba5e0de85922ab1f43 2,161 0.70/1.00 vMB 27
622,561 622,561 00000000000000000007080c7c436d07aa08efa4a4f968dbb3f52dfcb5eb5c53 2,076 1.00/1.00 vMB 39
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.