Loading Tool

Explorer IconExplorer

Memory Pool

48,574 transactions
29.43 vMB
0.21720020 BTC
Random Selection Loading Transactions
Max Size: 154.31/200 MB

Candidate Block

Mining Attempt 63ef696b41a7048f2d3b22038d0e59d4d4aec3fe30b18a7fc04ce2376f07da22
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root ec3b0223051f66c482189788547e1b0696cede6180699fe40336200b8dccf0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.07114629 BTC
Feerates: 184.60 > 7.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (236,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,570 678,570 00000000000000000004ef02da16e7603ef8300b81340aec8858cb8a28a402e6 859 1.00/1.00 vMB 91
678,569 678,569 0000000000000000000bfd3814ec7274163d518d74d79c9fb158c2a8a12df6bd 2,835 1.00/1.00 vMB 106
678,568 678,568 000000000000000000008815b1c951c3f8fcf7b62762e64012565bdc0832bdf5 1,473 1.00/1.00 vMB 9
678,567 678,567 0000000000000000000437ddeb88bdb2ce5c635872e7af6033303ee02f9be64a 1,357 1.00/1.00 vMB 25
678,566 678,566 00000000000000000002394bc9e72c0f0ac429dc67e8f9d30739f899b2105323 1,498 1.00/1.00 vMB 40
678,565 678,565 000000000000000000082846179efab5a2dc7c765dd9ee52e7381700cd9f94c4 692 1.00/1.00 vMB 9
678,564 678,564 000000000000000000004db5018e446749b017d5fc58328265e3d96cfcfd27be 1,624 1.00/1.00 vMB 17
678,563 678,563 0000000000000000000505fa2d84c66c2a107ebb8f4ef316092480ad83909c72 1,188 1.00/1.00 vMB 16
678,562 678,562 000000000000000000061e34305ad2a89665ae895cdb2ef513b97968e1c60a08 1,631 1.00/1.00 vMB 55
678,561 678,561 000000000000000000027b48da8829911e09de809a0e9b6a8ef9ee5c3a4982ac 1,677 1.00/1.00 vMB 66
678,560 678,560 00000000000000000009ffa5e75b52bd8f2e825a88fe1e25908d4c4baf54074b 1,537 1.00/1.00 vMB 75
678,559 678,559 0000000000000000000195dc116b659ef503e9d5a1199bab8f661d7ed8f22414 1,927 1.00/1.00 vMB 60
678,558 678,558 000000000000000000040debcfd56b1086cf92bec6f41a31e138b1b44f726a5c 898 1.00/1.00 vMB 13
678,557 678,557 0000000000000000000607e312ab8ea2b063f09dd437cbeed6b69d97e0fd2d4b 1,150 1.00/1.00 vMB 10
678,556 678,556 000000000000000000031ef61cc84b9f6e91e5a4d068eb45f52bccafe782fe8f 2,433 1.00/1.00 vMB 45
678,555 678,555 00000000000000000003b7509cb441356a4be0381d2c0f700f36f2f367746cde 1,423 1.00/1.00 vMB 95
678,554 678,554 000000000000000000003b3ecc1ab2ccb2a9a9d340e0d5f1e9c8380f04c5e9b2 1,391 1.00/1.00 vMB 97
678,553 678,553 00000000000000000008bee16201cb5cd090c09b6d88de676d61e87638ec1b4c 1,420 1.00/1.00 vMB 35
678,552 678,552 00000000000000000004fd971103096070d11c278ce7242cfc7fd05bfce0758f 2,169 1.00/1.00 vMB 74
678,551 678,551 0000000000000000000549e94121c4df38bdcaaeb0d56c81038bb437807c87a6 388 1.00/1.00 vMB 10
678,550 678,550 00000000000000000005668bcb379cc1e97e670e971cc05524b6613c14d1180f 2,119 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.87 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: 643.68 GB
    • Received: 12.60 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.