Loading Tool

Explorer IconExplorer

Memory Pool

81,890 transactions
30.86 vMB
0.08223797 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 4510a52deaee672e184a5651803176e219063bd61b3aa7776a805384c3e10621
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ba5ae1f569bc42e3d0d61f51134a2eb6a5371d48c352044cc5560b4bc3c4be13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.01301918 BTC
Feerates: 151.12 > 1.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (427,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,084 488,084 000000000000000000d6060e5507d0dfe1989b0a9660dad92908fecaa04c9858 2,260 0.95/1.00 vMB 170
488,083 488,083 000000000000000000897c025fb6cf05467967b2b0ef958c09e6a9e7317f2a0a 1,189 0.52/1.00 vMB 101
488,082 488,082 0000000000000000000da9898b5e8a4501d96347cb0453bf3b53a0aa1287f38d 1,678 0.84/1.00 vMB 67
488,081 488,081 000000000000000000c01fb1e0602412283525cc702168f3888e6d9fe6f8247b 247 0.12/1.00 vMB 136
488,080 488,080 000000000000000000e18508d77e4d85007420767148e43ca78c7ca49a7a123c 1,870 1.00/1.00 vMB 72
488,079 488,079 0000000000000000003cd4c782142215ef6713ff02a7ca8ee58608b030867b63 2,027 1.00/1.00 vMB 132
488,078 488,078 00000000000000000073a77197ac1feff7520c98833146ca666ce4e98431038b 593 0.98/1.00 vMB 10
488,077 488,077 00000000000000000046c8d7091174fcb0ddc8575d2688178114a634a486dd1c 1,073 1.00/1.00 vMB 20
488,076 488,076 00000000000000000099b54f8d533b21a745fd5ef72e122d154d680a7f893b93 1,379 0.98/1.00 vMB 59
488,075 488,075 000000000000000000d395af2f4c3b80d1056b18e770b4f235390d73f29a4ed5 512 0.32/1.00 vMB 101
488,074 488,074 0000000000000000004af508368b19251da292ef58713a4c18569b6bae650e83 1,903 1.00/1.00 vMB 80
488,073 488,073 000000000000000000f5eb75f8c730d7fdb9d925540ee48852deafc793ab5e04 1,657 0.95/1.00 vMB 83
488,072 488,072 000000000000000000e6ce9a7a5333ecc9d15964f4c615e67fccf5836d008f84 1,855 1.00/1.00 vMB 85
488,071 488,071 000000000000000000585394fdd218ee96b20b3d8bba5d6965bce4415348a094 910 1.00/1.00 vMB 76
488,070 488,070 000000000000000000a6a659fa3d6977a2f3233ee022763db29f389b1a222f93 1,164 1.00/1.00 vMB 6
488,069 488,069 0000000000000000003d2e0400772b8a93cb6153508438c812b64f4d2cdcccf7 1,724 0.99/1.00 vMB 60
488,068 488,068 00000000000000000005ee3b3ac1255e2777a2d872b2a58ef80a7f5ed46c327e 1,694 1.00/1.00 vMB 57
488,067 488,067 0000000000000000006c4aaded04ce0597a5f4d7c55b02ad1f6a86e7d4ce2cba 2,432 1.00/1.00 vMB 147
488,066 488,066 0000000000000000007fb205f01d6bcb2b85dfd10717dda6d0446e2b796d3362 1,829 1.00/1.00 vMB 29
488,065 488,065 00000000000000000096b6d1a91cfe80a942f8a1b63e4899e2b62173329a2ebf 1,365 1.00/1.00 vMB 65
488,064 488,064 000000000000000000bbfc201e18cc559df820c276e87cf7ed97532f9bd81fbf 1,989 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.