Loading Tool

Explorer IconExplorer

Memory Pool

51,311 transactions
30.93 vMB
0.15998302 BTC
Random Selection Loading Transactions
Max Size: 165.80/200 MB

Candidate Block

Mining Attempt 41699a1d62afd2df3c08e63e7b233113c2b0f626c3b5276d4d1b8f69ad8fe4e2
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (79,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,776 835,776 000000000000000000024ff57caf24267842af4c71bd75be990fafed41c41f88 3,329 1.00/1.00 vMB 28
835,775 835,775 000000000000000000032d121661620257f754f43ef9f8512a4255870d04423a 3,627 1.00/1.00 vMB 31
835,774 835,774 00000000000000000000a4f0abd2b5aa6534da0a7cc42ec1c8777d2981c0f258 1,704 1.00/1.00 vMB 18
835,773 835,773 000000000000000000034bcf123f6f8efd074a9ca048100975868181e393ba7a 2,270 1.00/1.00 vMB 18
835,772 835,772 000000000000000000023e1349720c3c7b0a6cf5994b6d46bf3c64183fc361d3 3,641 1.00/1.00 vMB 33
835,771 835,771 000000000000000000033e1bbe78537846b8e4711db1cb674c6bc5de9c1613b2 916 1.00/1.00 vMB 15
835,770 835,770 00000000000000000002aa4e49dc197fc99b984a563a3a0fb133c268942c525a 2,534 1.00/1.00 vMB 18
835,769 835,769 00000000000000000000d56d8825f0a3bc0afdc6212b12b984c9b400c3ff42af 3,535 1.00/1.00 vMB 38
835,768 835,768 00000000000000000002c043133b67c6f9a04d3d8e79160f1dff54de333bade1 977 1.00/1.00 vMB 14
835,767 835,767 000000000000000000005f9456b96e146259301c8df7882390c0e63dcde5e981 688 1.00/1.00 vMB 13
835,766 835,766 000000000000000000034db1d5d974b7593e5f3acc5b64d39a0b2aae28a8c723 1,690 1.00/1.00 vMB 16
835,765 835,765 000000000000000000031d2f3b072669df55feafdfdf204774e850a9feee01d1 2,273 1.00/1.00 vMB 21
835,764 835,764 000000000000000000019ff74d02709b51b8968a5ae2faf4cefb1e4b5a709688 1,311 1.00/1.00 vMB 16
835,763 835,763 000000000000000000021743d925b0ccb0ef94081586d2b9eecdd9fe9f474796 3,181 1.00/1.00 vMB 26
835,762 835,762 0000000000000000000193ab19a77a01a8eb71cc812c587820ed4628878c610e 3,251 1.00/1.00 vMB 27
835,761 835,761 00000000000000000001389e546fbbd173f1fe1b09308c55d9b3d07bd9075961 2,942 1.00/1.00 vMB 22
835,760 835,760 00000000000000000002c8d4cab7efceecd027f5beb0cc4e85dce9563b0d26bd 3,114 1.00/1.00 vMB 25
835,759 835,759 000000000000000000033097b420dda1cedff89565b4d6a5cc2f84756681d09c 2,649 1.00/1.00 vMB 25
835,758 835,758 0000000000000000000315b4c8dbe0bb89397e2a2e183bbd15359e989753f278 3,241 1.00/1.00 vMB 38
835,757 835,757 000000000000000000010288a20e46c5a40737b5d336bad35e69ee6c0dd23948 2,908 1.00/1.00 vMB 35
835,756 835,756 0000000000000000000348dd2a5a4f2f87cd619622b84d4694d46f4e2e578659 3,635 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.