Loading Tool

Explorer IconExplorer

Memory Pool

82,494 transactions
31.06 vMB
0.09165616 BTC
Random Selection Loading Transactions
Max Size: 190.20/200 MB

Candidate Block

Mining Attempt c6a65ee9629bfd4c5249c7cab94ef6ae8986811cfbc769bf0e951792eee84698
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root a4088dc7ebabfb47ce423510039b0aa31576217347c219791703f6e980f2c35c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.02175727 BTC
Feerates: 100.00 > 2.18 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (327,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,818 587,818 00000000000000000004164a2c4cc9c60815a706c245f9941da2ad39118db8b2 1,928 1.00/1.00 vMB 12
587,817 587,817 0000000000000000001934cdac14273a2f4e957bfa4e535f5a1364e7c0386e76 2,364 1.00/1.00 vMB 14
587,816 587,816 000000000000000000163e773a15496a5feedca12528adfd0b9e0edb309e32dd 2,815 1.00/1.00 vMB 12
587,815 587,815 0000000000000000000bf510e9b5a6b7ae3346598bfc881b70bc8d9368205397 2,222 1.00/1.00 vMB 45
587,814 587,814 00000000000000000017c032bc99cbe68d791a6cca77c6f24c52f5a7b58c407c 690 1.00/1.00 vMB 8
587,813 587,813 00000000000000000011b282e372e9cbd3a5a1908b254a7750fb15950b6ea6c9 1,022 1.00/1.00 vMB 17
587,812 587,812 00000000000000000010bb60bdb599727c91a479f398fda16975e6bc03bf2f6b 2,337 1.00/1.00 vMB 22
587,811 587,811 0000000000000000000ad05a2c0f5a7658330b690ff30dca330a1a2168a8d0d7 2,455 1.00/1.00 vMB 26
587,810 587,810 000000000000000000117d2952bc10f9a99d342ab30e35e84140c34021a59e13 2,065 1.00/1.00 vMB 20
587,809 587,809 0000000000000000000243d225fb2a61d2db91aee7a0dba90fcfda00afed93aa 2,586 1.00/1.00 vMB 52
587,808 587,808 000000000000000000138247d907ad3f5de6b7cb376c34f34ea3740b6ad4c07e 2,863 1.00/1.00 vMB 47
587,807 587,807 0000000000000000000a469e509bbe95018bb95f7107ababe2d94b45141215d7 2,399 1.00/1.00 vMB 62
587,806 587,806 0000000000000000000b252e6ce9a304bc4341a32a65dc007e142c1d5da29f51 2,366 1.00/1.00 vMB 68
587,805 587,805 00000000000000000003b22a499a2733e16506949d1f417db2ad48a74b6e396f 2,021 1.00/1.00 vMB 13
587,804 587,804 0000000000000000001f21f01efa56f01dcec3fe9cb26a80677a093525b4b4a6 1,784 1.00/1.00 vMB 23
587,803 587,803 0000000000000000000dcb82c0935c0078665420fb3656cb11c699aedb869f45 2,152 1.00/1.00 vMB 21
587,802 587,802 0000000000000000001328c8d35bb1d4dec76961f670aa005204313906dc7387 2,325 1.00/1.00 vMB 50
587,801 587,801 0000000000000000000289f0d9edbd34f09f991ae7f3cec7a4b57b447e467e88 2,775 1.00/1.00 vMB 37
587,800 587,800 00000000000000000018ac26f0b19b0329bc323011ee472314c318b7f5ae7b08 3,330 1.00/1.00 vMB 50
587,799 587,799 00000000000000000000fad4b73f1b9713aea8f5f4f04c96ab3d3a3213b09432 2,619 1.00/1.00 vMB 53
587,798 587,798 000000000000000000111d6b7a591dda685e7ce4aab9fba3d6258ebff108ad96 1,784 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.