Loading Tool

Explorer IconExplorer

Memory Pool

43,456 transactions
19.83 vMB
0.04496417 BTC
Random Selection Loading Transactions
Max Size: 112.56/200 MB

Candidate Block

Mining Attempt 1aaa50746dfb7429c8a2fe5051842dfc5a79b16a561c30d4ae1518fbcc0b61de
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root 9b43e4429af33b7c3df6ab5e77d759566c15bd8336694a6442fb1a9348b3f082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00628493 BTC
Feerates: 301.57 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,418 913,418 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f 3,920 1.00/1.00 vMB 1
913,417 913,417 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a 4,485 1.00/1.00 vMB 1
913,416 913,416 0000000000000000000114d0bd228a9df12e76c5333182c38f6ea58c78acaee2 1,243 0.42/1.00 vMB 1
913,415 913,415 00000000000000000001b5c3020be6a6bc5240c44ca01063cc5c8497b4f90c92 4,004 1.00/1.00 vMB 3
913,414 913,414 00000000000000000001e0990096d2cfa519a4455239a76e52f0e783a20ccb94 3,378 1.00/1.00 vMB 2
913,413 913,413 00000000000000000000609274759e6e635b5054c457b0406a2e5ac6b3b1fd3d 4,732 1.00/1.00 vMB 2
913,412 913,412 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae 4,426 1.00/1.00 vMB 8
913,411 913,411 00000000000000000001e8346c4d3adf749cafb97e37f4f648b1a84a4caff038 4,595 1.00/1.00 vMB 1
913,410 913,410 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a 3,155 1.00/1.00 vMB 0
913,409 913,409 000000000000000000018e29b79b0a29631a9c09a1df8790b784b74031125eda 3,194 1.00/1.00 vMB 8
913,408 913,408 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3 1,764 0.55/1.00 vMB 1
913,407 913,407 000000000000000000002190ea041f1b155432157c5d649dfa38b87b215dc29e 3,174 1.00/1.00 vMB 2
913,406 913,406 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145 3,376 1.00/1.00 vMB 4
913,405 913,405 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69 3,461 1.00/1.00 vMB 5
913,404 913,404 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd 2,275 1.00/1.00 vMB 5
913,403 913,403 00000000000000000001786d08044e0bc11e8685df5e6ef9caff0b5450345fd7 4,048 1.00/1.00 vMB 3
913,402 913,402 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f 3,098 1.00/1.00 vMB 2
913,401 913,401 00000000000000000000dad63c28118d3db43107185b2574fbfa71b259daeaa0 4,076 1.00/1.00 vMB 5
913,400 913,400 000000000000000000019987a89bada612ec70cde69c7f34499dd2f58a4f2805 4,461 1.00/1.00 vMB 3
913,399 913,399 0000000000000000000073e87c7593ac94984accff3246b54900ac860adbb72d 3,779 1.00/1.00 vMB 2
913,398 913,398 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea 3,796 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.17 GB
    • Received: 5.89 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.