Loading Tool

Explorer IconExplorer

Memory Pool

77,415 transactions
28.72 vMB
0.06703757 BTC
Random Selection Loading Transactions
Max Size: 174.27/200 MB

Candidate Block

Mining Attempt 6a289865b244d0827ef0bff13552a8c779f6755dfd3fc16ada1082793b4951a9
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 2ed499561deb074c98f832d83fe25334cfb873f4ff9c7c9968617c08ae49fb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,502
Size: 1.00 vMB
Total Fees: 0.00739192 BTC
Feerates: 100.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (231,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,677 683,677 00000000000000000009b19e1be4d02b41a7dddded3f8a79d57ec112e380c090 922 1.00/1.00 vMB 29
683,676 683,676 0000000000000000000323a63b25be7eda5bc5f690e90999e4b7b931524e5a72 1,430 1.00/1.00 vMB 23
683,675 683,675 0000000000000000000138adafe5de6dab45a91eba31b55918a1d23634b914f9 1,395 1.00/1.00 vMB 25
683,674 683,674 00000000000000000000bb1586ba94287f9e0fcbd0617ed393487d1469b9d9a2 1,465 1.00/1.00 vMB 33
683,673 683,673 00000000000000000009c41af2a3e7733ba5e2aed1b98cc94e650e8df276136a 1,689 1.00/1.00 vMB 20
683,672 683,672 0000000000000000000afc555517e76e9f81f08b857b63ab2f1915534395da4d 2,046 1.00/1.00 vMB 21
683,671 683,671 00000000000000000002a65b362df5a9f8043ff2c9faf5bf156c13bed68c7c7c 1,863 1.00/1.00 vMB 23
683,670 683,670 00000000000000000005969098f12b73148143a94bbfc4c6d754d35c05f2d573 376 1.00/1.00 vMB 28
683,669 683,669 000000000000000000024accdd7f10445a93df31f732948084776a27d0d0dd9a 1,725 1.00/1.00 vMB 56
683,668 683,668 0000000000000000000b1c103f6c61f37f9d9650bfee3eb664887e16de9c945b 2,585 1.00/1.00 vMB 87
683,667 683,667 000000000000000000058bb10eaf5c40b2106f48ca56e1f5d93975c5bff4eb6a 600 1.00/1.00 vMB 31
683,666 683,666 00000000000000000007380e717992639645008aa24db18f2319aba0676c439e 1,064 1.00/1.00 vMB 51
683,665 683,665 000000000000000000051e2c3b4b68e0f24d6c108391a5d840a799da554cb81f 896 1.00/1.00 vMB 66
683,664 683,664 0000000000000000000ad51e8bc8b06ec59db6a460bc5bff2268f3338fd32fed 825 1.00/1.00 vMB 35
683,663 683,663 0000000000000000000a46c6b1f6d0f1d21cff1f8cf6d3056d1c0f2aa217d2b2 1,719 1.00/1.00 vMB 57
683,662 683,662 0000000000000000000207eef7b31cc59ccfb7845c13456c1defd42f686481da 1,769 1.00/1.00 vMB 59
683,661 683,661 00000000000000000005cdfb24830d60bcd8f694146790d6b05c810f0663b6ef 2,453 1.00/1.00 vMB 103
683,660 683,660 0000000000000000000653dde73664126e4e3d09a1be50e49d8c20029e08be49 1,578 1.00/1.00 vMB 68
683,659 683,659 00000000000000000003a1dfeb13568685cb0bc8915284fe9da4fd90acd56be1 1,564 1.00/1.00 vMB 70
683,658 683,658 000000000000000000023bc6ddde3f467054f256e298f465b5c56af8e710e086 1,184 1.00/1.00 vMB 37
683,657 683,657 00000000000000000007567f71a6c0d340defa91e1708d73667a8a52cfa47f5e 1,439 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.