Loading Tool

Explorer IconExplorer

Memory Pool

80,992 transactions
30.17 vMB
0.10285530 BTC
Random Selection Loading Transactions
Max Size: 182.09/200 MB

Candidate Block

Mining Attempt f6fc2fc933c28158e9932709721fd71b65d63e913da13ce7e88cd81c77c8dfa2
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 80e90983d396f66ac21841ad6a270208113d12087f925e1106a42697a36b4590
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.03035388 BTC
Feerates: 54.29 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (208,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
706,712 706,712 0000000000000000000a392d12b12c434bdceb66c5b9e3d47a2f2f8d57f695fc 1,408 1.00/1.00 vMB 6
706,711 706,711 0000000000000000000697683c81f84d4c96f8812f68f96bfd12e288d330fd45 2,362 1.00/1.00 vMB 5
706,710 706,710 0000000000000000000dc863a300f5a4d4ae64afbeed5e0376732171e769a890 3,094 1.00/1.00 vMB 7
706,709 706,709 0000000000000000000297740b0660a052ea593fe36ddea0b52bd69de1635d18 1,921 1.00/1.00 vMB 26
706,708 706,708 0000000000000000000192dddef19ec3c9b6073eb8fa0321f6b61bc6634861f7 1,858 0.66/1.00 vMB 9
706,707 706,707 0000000000000000000974bc41d9a96a2a8acb64b15ecf978c4bd74972e47b2c 1,724 0.68/1.00 vMB 9
706,706 706,706 000000000000000000026d83bea3da7bbcd1759b8b6088b148b97eb9d4b2c24c 2,763 0.99/1.00 vMB 10
706,705 706,705 00000000000000000002949cd5358c0cba49388e99234238b4dd9c889d8a4430 630 0.22/1.00 vMB 10
706,704 706,704 0000000000000000000784833aac202c0eaa3bdae9ea8b2b3140e2f89947be92 1,563 0.60/1.00 vMB 9
706,703 706,703 0000000000000000000a6461de8231cd3b25bc98522f19be3908c6c5dbddd468 3,001 1.00/1.00 vMB 9
706,702 706,702 00000000000000000003c839b9ab880a6df0362ce2b7e91785413161a48b4c0c 162 0.10/1.00 vMB 10
706,701 706,701 00000000000000000003b810e32a147ccdec0e1487bb486c7be13a1ccb076d9a 224 0.05/1.00 vMB 10
706,700 706,700 000000000000000000044ded67912aa1d975be018859fc9b6c7a1cd6c81f1047 992 0.46/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.61 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.87 GB
    • Received: 16.05 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.