Loading Tool

Explorer IconExplorer

Memory Pool

27,101 transactions
7.07 vMB
0.07968814 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.46/200 MB

Candidate Block

Mining Attempt a8677051821809c6190d1486963681af86289e24750a8ee5c75505dd6f039a84
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root 6b45622a6ea10d930c707703a3ac129f56eff8e20b39c82e0b3ea4741f43277d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,726
Size: 1.00 vMB
Total Fees: 0.05109929 BTC
Avg Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (850,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,562 62,562 0000000008c46358446290006634e9e83e49b15e82e7dbaec3de7d920f2fabaa 0.00 MB 1 0
62,561 62,561 0000000003e0cacc37c5568ff79a3d92763d1b20dd12f5bd04eebb16867a396b 0.00 MB 2 0
62,560 62,560 000000000d0b18f3c690d1852cf01eeca0481740084cf6f57060e9d24470e5e7 0.00 MB 1 0
62,559 62,559 0000000001c6ff0ea03955c9ecbaf9f954c37a8b6524b5c15e60cb54e6bf2cfa 0.00 MB 1 0
62,558 62,558 000000000174d563e433f8ace61f9a2c10907081bdba28be7ed1a51f3d11d8df 0.00 MB 1 0
62,557 62,557 000000000ad7853d629fd1be5ec968c72fefed74614f98a83648aa3dbe032cf6 0.00 MB 1 0
62,556 62,556 000000000c4dfb0c852144a202810df5118aa3101c57b532e25bb6dc52c73d01 0.00 MB 1 0
62,555 62,555 00000000053822b903047791abae57efb28f15c8a0217d928100927635624024 0.00 MB 1 0
62,554 62,554 0000000006636c184bff64eb6fa991e844ecad0da432aed977386ccf582b0e7a 0.00 MB 1 0
62,553 62,553 0000000000ad91fada6d939fa081a43e181302c4676213d124d5d7c1a1d3b4f1 0.00 MB 2 0
62,552 62,552 000000000cbb26a390a8804bd94a7e67d41fc33cc46d3945be61aff0cd85e676 0.00 MB 3 0
62,551 62,551 0000000002ae5a85b1199ae9246efe8ad64bcb950597713c6e881f70d10958de 0.00 MB 3 0
62,550 62,550 000000000af61ffe014ef042ce3f871a3d3c28a11794e20412c9b5e705386ea0 0.00 MB 1 0
62,549 62,549 00000000087d59e7bc87744cf51a79a9bdfdd11ae846bc99055491c7e217b94a 0.00 MB 1 0
62,548 62,548 00000000092df7eb8ea9ef78db04bdd6d4450a9e2b1ce3a828623d4597c0ee43 0.00 MB 1 0
62,547 62,547 000000000114c204254397f8165179d08623a1edf0fc43a770e7de64fd051ee3 0.00 MB 1 0
62,546 62,546 0000000000a796ba82a956155fba60c7c0a0d9ab74cd37bdba98451d37418343 0.00 MB 1 0
62,545 62,545 0000000000b462933571f1edfd056f1c7feb9f66725e11ed9ebb32f3ad8dafd8 0.00 MB 1 0
62,544 62,544 00000000045d0918a329801ff272c393819843636173258c151fc1dcb47938b9 0.00 MB 3 0
62,543 62,543 00000000019fc052fe08808c1653f470c51b0d4acc9c3847195902118018c084 0.00 MB 2 0
62,542 62,542 0000000004b3d78339ae7cd870f52b3c09f778439955ff631739c0848fc5d224 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.49 GB
    • Received: 0.46 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.