Loading Tool

Explorer IconExplorer

Memory Pool

72,944 transactions
28.17 vMB
0.07366248 BTC
Random Selection Loading Transactions
Max Size: 166.82/200 MB

Candidate Block

Mining Attempt 04dbd3f1757441f624b5f8e8c74be84b17a6802d4787cd39b4070147778072fe
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 836cbbc35cf43c0d048ef92c628c5de6818c3fc8bc646223411cd18ab67a9e0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,173
Size: 1.00 vMB
Total Fees: 0.01736358 BTC
Feerates: 152.31 > 1.74 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (849,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,016 66,016 0000000000ca55b9c50b5601b7d7ce78f48c33ae7dedc5c2444c9f0e82b4ab86 1 0.00/1.00 vMB 0
66,015 66,015 00000000016699ff0634834457719b273a701e05b451efe59856877f5e24b9c5 1 0.00/1.00 vMB 0
66,014 66,014 0000000005dcad669253f735772d8d2c7e73541a5ed06f48083f7afec15722de 1 0.00/1.00 vMB 0
66,013 66,013 000000000259b7357d707e6f789d2b3c49aeeedb449ac1dfab21e910961c965a 1 0.00/1.00 vMB 0
66,012 66,012 000000000308db6095083af1d64211fb3725cd70b2b88abc9878a33ed9d1e41d 3 0.00/1.00 vMB 0
66,011 66,011 0000000003cb89d19c792df19533d28b0da599becb128bea0020572ef371ed92 1 0.00/1.00 vMB 0
66,010 66,010 0000000006b10eea3036e3eb605b1a22a3b451e68f318859bb2a53f60e99851a 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.