Loading Tool

Explorer IconExplorer

Memory Pool

75,774 transactions
31.03 vMB
0.10198633 BTC
Random Selection Loading Transactions
Max Size: 181.86/200 MB

Candidate Block

Mining Attempt 7af9ca02853ace1c9649b79393a6bd5a72bdf06025627282f72f7fbd1b807ecb
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 3693b3bf10671d1d7c759c5f7ed83509063acd8406a65ea28081551a6eed5a15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,453
Size: 1.00 vMB
Total Fees: 0.02044765 BTC
Feerates: 301.35 > 2.05 > 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (39,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
876,014 876,014 0000000000000000000213de612982f4b45e686f0ef8d0964355621375aa0a6e 2,522 1.00/1.00 vMB 7
876,013 876,013 000000000000000000005b62b63664aa5dd3b6e0f03c25cf1b16a351e07d5be3 2,450 1.00/1.00 vMB 8
876,012 876,012 000000000000000000028e53e1ec368b888b92f64cc76aa79372bde98abb74c6 484 1.00/1.00 vMB 3
876,011 876,011 0000000000000000000031b96ac2cd39a9ae1f9136a244a55d72b3b61873486d 1,775 1.00/1.00 vMB 5
876,010 876,010 000000000000000000026acf0c7a6221d84bf2eb03f94c75d58ab408fdad9e94 1,620 1.00/1.00 vMB 5
876,009 876,009 00000000000000000001a48f241e51966d13e0c6009a8064f3f3a79367555924 1,576 1.00/1.00 vMB 4
876,008 876,008 0000000000000000000006c33c972a866f6e6b999cca140e674d2d9aa519b3ea 1,683 1.00/1.00 vMB 5
876,007 876,007 000000000000000000027db4083518c918efcf13d9467d64a375892f7978a0fa 2,442 1.00/1.00 vMB 7
876,006 876,006 00000000000000000001824a3549d1eb460a7c051476c372b4bda90b74fd282a 2,939 1.00/1.00 vMB 15
876,005 876,005 000000000000000000010ed98cf9252b15662f791b2991fb3b6b08b0b0886445 1,254 1.00/1.00 vMB 5
876,004 876,004 00000000000000000000f82d45886fd8e154dc792d8995b05c4a046f39d5902f 2,439 1.00/1.00 vMB 6
876,003 876,003 00000000000000000002729ed76656bdd4aecf29625d98164c8e2d529bc68f7a 2,682 1.00/1.00 vMB 5
876,002 876,002 000000000000000000000546f9e3ab2fcfe59a8f1cc308d6bdc5d4a3f6323429 2,457 1.00/1.00 vMB 12
876,001 876,001 00000000000000000001a331ae84dff5835ee921f4d5eb75491ffa686d03ff06 2,509 1.00/1.00 vMB 9
876,000 876,000 000000000000000000001ee65f6003b72a5569ba663ae555496edf111de79a18 2,051 1.00/1.00 vMB 11
875,999 875,999 0000000000000000000157f0782c4f383f8387354192162bb5e52d05c42fbc42 1,791 1.00/1.00 vMB 10
875,998 875,998 00000000000000000002900c6d20b3a0695628722d66eace4629ebe8d92abde0 2,751 1.00/1.00 vMB 18
875,997 875,997 00000000000000000001ff40e5b47a0c201ef46f800fb298333c121c072c7e93 1 0.00/1.00 vMB 0
875,996 875,996 00000000000000000001e2f41ad0b3a6ee8396e7ad43fdd3bb276a8fbe977320 2,334 1.00/1.00 vMB 13
875,995 875,995 00000000000000000001d1985590cb7b4b4b5c31106ad4ed0dcd7e8ea24a1de0 2,107 1.00/1.00 vMB 16
875,994 875,994 000000000000000000013abef7533b0ff244c114f516032470b8160b3bf7f357 2,665 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.12 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: 739.22 GB
    • Received: 18.62 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.