Loading Tool

Explorer IconExplorer

Memory Pool

89,324 transactions
33.07 vMB
0.21015631 BTC
Random Selection Loading Transactions
Max Size: 199.87/200 MB

Candidate Block

Mining Attempt 940a9dd3b563a54fbd2960300407d8435792c7b8efc1f8588e7bb0f17c96fe81
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6f9b81c4cff381a5881be2cf1d6616c7c528cfa9d9156a26d74b39a0bb7069c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.09444634 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (848,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,009 66,009 0000000003fe91dc53b466eb3093cbd72881b7e4164dce9509af6b789c468c85 1 0.00/1.00 vMB 0
66,008 66,008 00000000017b31c1dcd90f736959c9c100b93d7deac9e2abdfa913e5763875ec 2 0.00/1.00 vMB 0
66,007 66,007 000000000938a558b54a6d5558a2ec7ae80c96bbf798f7e656c90376b8ee75ed 2 0.00/1.00 vMB 0
66,006 66,006 0000000003d0f18d5f4eff1c33c72c824a646569ce1193eebf6976064798dc2c 1 0.00/1.00 vMB 0
66,005 66,005 00000000033003eee81ccf9eb86f8aace7d5efcf4f8d55dc838d78adb971c888 1 0.00/1.00 vMB 0
66,004 66,004 00000000038113169386f87452ad716f2278b4544d6f608c28156f6bb16246a0 1 0.00/1.00 vMB 0
66,003 66,003 0000000007913c04f38b0e4f27ed9a4ed80888fdbaf8af86802cab8a044b827f 1 0.00/1.00 vMB 0
66,002 66,002 000000000328edc78fb1fad5aea954e9ccbf7ce517310eb86195b7bd4811c600 2 0.00/1.00 vMB 0
66,001 66,001 00000000009cb106f888501f42e729cee5062c533f9a75d28736ba3290bd56dc 3 0.00/1.00 vMB 0
66,000 66,000 00000000071d7e8a0f4895e60c1073df9311d65a85244be1ee6369c9506281af 5 0.00/1.00 vMB 0
65,999 65,999 0000000008604dc355f0f54ae9812f8303fa5d2ed327a1eebbe650e0bbe5e67b 2 0.00/1.00 vMB 0
65,998 65,998 000000000483cfee016279016589175f8739b0d51255d868b60497d9a122155a 1 0.00/1.00 vMB 0
65,997 65,997 00000000033c08c458eda3361a39168b6b98f0059f21c909dd05283d2c6c7a05 3 0.00/1.00 vMB 0
65,996 65,996 0000000000fa266e6440fc4a3e6604dee2d86bd89f7c8ac24fc276a50213ecbd 1 0.00/1.00 vMB 0
65,995 65,995 0000000000e168b4f42cbe0afbdf872f604ed647855d368172647d6bcd42168d 2 0.00/1.00 vMB 0
65,994 65,994 0000000004aecb4590152bad27d17ad78019e1772c49351dbd6c141b10b7f2e6 3 0.00/1.00 vMB 0
65,993 65,993 000000000708aa4fa0017966f82bf84fbb65c670e04dfcaa14b528e2ee8a6bbf 5 0.00/1.00 vMB 0
65,992 65,992 0000000000dc5bf03bd8e5b75f15edf59e21d9822cf9e146e92735d11afb1829 6 0.00/1.00 vMB 0
65,991 65,991 0000000009d5f8496cb5495ec77a43a85eff2c93f858817f435702d89da9247c 3 0.00/1.00 vMB 0
65,990 65,990 0000000007aa795e15ec8e7d296c7a680be2626e100721d515da7557b63b8e43 2 0.00/1.00 vMB 0
65,989 65,989 0000000003e43176b1582273309e99420f1b680a168bbd6e45c4af12e78a4d2d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.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.