Loading Tool

Explorer IconExplorer

Memory Pool

74,536 transactions
27.45 vMB
0.06851539 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt 764db7329117fe2959a2352440c112baac0cc9c0b144a66b452561f3e40963b6
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 5c0ee44958c7017f315084402a8d2724ea08bbee3b8ea62d46a9e6aa2010d124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.01011830 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (427,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,089 488,089 0000000000000000003960af13b2a7b486785a7492113e788e079ebeb37241a9 1,542 0.72/1.00 vMB 125
488,088 488,088 000000000000000000222a547d7f6e4035346e7670094c99c2b3ac04be838c9a 1,980 0.97/1.00 vMB 58
488,087 488,087 000000000000000000b3afe689edb24d50da2ef8fb2994a71c8f7874e1cc9af8 2,231 0.97/1.00 vMB 110
488,086 488,086 00000000000000000008c877c34fbab4f3fb566394793f00dcd67d3e29cf72e4 1,851 1.00/1.00 vMB 22
488,085 488,085 00000000000000000063bf1c46a2c9ee244dcff3be8f6fe953bbe26ed9b49a6c 2,176 0.97/1.00 vMB 137
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
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.