Loading Tool

Explorer IconExplorer

Memory Pool

81,979 transactions
29.98 vMB
0.14703516 BTC
Random Selection Loading Transactions
Max Size: 181.68/200 MB

Candidate Block

Mining Attempt b21538f62acc2d193a891a8273b2ccb2823ca99d1a95d4b0b4180bcb061fc1f6
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root ba7c1075f0ad508ac9d93987c5665b0b683a870c9eed18f750c8c22e933fcc5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.07763475 BTC
Feerates: 101.65 > 7.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (208,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,733 706,733 00000000000000000000ea7912840a9ba1f22d6ac788df73ad94095a74cfadd5 1,042 0.39/1.00 vMB 11
706,732 706,732 00000000000000000000445f7312e3e56cf92497c0fd12a4b4751127c5af89e1 183 0.11/1.00 vMB 22
706,731 706,731 0000000000000000000ce194d841013feae6c17226b683785b2fda236aa0f2d5 976 0.37/1.00 vMB 11
706,730 706,730 00000000000000000006355572127d85a89dfc15a985caefb0b7550e46bc0731 1,042 0.51/1.00 vMB 9
706,729 706,729 0000000000000000000d9dc8ff864daab0e8a3d4c4934344ff821d729f7247c0 583 0.47/1.00 vMB 10
706,728 706,728 00000000000000000004184725be7e0f4e9310263718298608cebf0506fd62e2 466 0.31/1.00 vMB 6
706,727 706,727 0000000000000000000392bf718e86ef2145bdf3d37fa90beb225bde9c704937 1,047 0.44/1.00 vMB 10
706,726 706,726 00000000000000000009d27bec1ddd16220d6602a4e7c510aef8ad5d2374d083 1,229 0.45/1.00 vMB 11
706,725 706,725 0000000000000000000dd2107cfb72669501c07549bcd3d290e8bd5ee2b7c64d 1,493 0.59/1.00 vMB 10
706,724 706,724 0000000000000000000b01589b9c40bc19b9dd83508f58f61755df4149c2f5ae 1,162 0.78/1.00 vMB 5
706,723 706,723 0000000000000000000d8d70fda4f1d173b1f7e1d1a0a1f2358919db5fe4a4f8 1,994 1.00/1.00 vMB 9
706,722 706,722 00000000000000000002a52ac3049674df150656029724095b164c140e9f169c 2,921 1.00/1.00 vMB 21
706,721 706,721 0000000000000000000bf677cc67360cb5a3e16bcf471e8008203a22596b0aad 825 0.37/1.00 vMB 10
706,720 706,720 00000000000000000009147c6e9e985aae0a95bbb425e5c9c6de0251afda90a9 551 0.35/1.00 vMB 6
706,719 706,719 0000000000000000000056ced7cd0e7dd6ecffbd401e5bef12715d6affb24d3b 2,972 1.00/1.00 vMB 6
706,718 706,718 000000000000000000082ea87ad2c95508c47705d2d758b87937c2b8f91bdf40 2,735 1.00/1.00 vMB 16
706,717 706,717 0000000000000000000aa152d0f9a74e37d7b80b7a69347ebb0b4c3cfa0f4be7 1,161 0.43/1.00 vMB 11
706,716 706,716 0000000000000000000334c03e27fa36662cb87ba9f395cd436c39bffb2e174a 1,150 0.59/1.00 vMB 7
706,715 706,715 0000000000000000000aac8ddc9c04a0be15f3a6a89563a12f1fe004b1658eab 415 0.15/1.00 vMB 10
706,714 706,714 0000000000000000000cae86b64187ebc73bb7879ccc2bf11ef7915dbbacc28b 1,801 0.80/1.00 vMB 10
706,713 706,713 00000000000000000002b990d1c0c8310fa904b2a853f7def6339a352450ff73 741 0.24/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.60 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: 671.69 GB
    • Received: 15.99 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.