Loading Tool

Explorer IconExplorer

Memory Pool

78,949 transactions
29.70 vMB
0.09165778 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 878dea2a0adc4eb65f1100aef63b0eeb9c989a7a636a10739803708087d4111b
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root a5f41634f3c8e737b0dd36eb42369121e63fab57ecf7c69afe382c9e1acb5232
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.02749389 BTC
Feerates: 150.80 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (215,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,677 699,677 0000000000000000000b2e79c623eb8994573d24634f93a66bd7add767292fd3 911 0.39/1.00 vMB 11
699,676 699,676 000000000000000000041822112ae86c4df10bd751b4b04ac07e17f77e27a90b 1,323 0.82/1.00 vMB 3
699,675 699,675 0000000000000000000c179e900b2c8743e09be2516853c189f0066be3bbd228 3,281 1.00/1.00 vMB 6
699,674 699,674 00000000000000000002342dc2a86f6ad03745c86a03b79480bbc0ccf5e737dc 2,398 1.00/1.00 vMB 6
699,673 699,673 0000000000000000000ad39f55b8a1623cba01048bf01ef775beef5c817c92fa 2,835 1.00/1.00 vMB 18
699,672 699,672 000000000000000000027eb107596ab5f9677d3d4c995fb68a10b1e445fbc936 2,543 1.00/1.00 vMB 10
699,671 699,671 000000000000000000052bc2597a725b78a179efa03d25c6565568e036e88d6c 3,125 1.00/1.00 vMB 20
699,670 699,670 0000000000000000000ee619dc88418a1edce61217b837f879d49ace9f99cef4 1,805 1.00/1.00 vMB 5
699,669 699,669 000000000000000000044e0ff6eecc5a6d057ed1b45156e257bb6b6b4f12ef6c 2,520 1.00/1.00 vMB 13
699,668 699,668 000000000000000000047dafc36e1d8695d3a8f1ea7391cbf58051edca2a3dbb 2,146 0.67/1.00 vMB 11
699,667 699,667 000000000000000000042241e0249fa8ecef3f70141d5440e80541ee6c6f1b6b 1,291 0.41/1.00 vMB 14
699,666 699,666 00000000000000000000147f54bcb1266843d4973f87187a3d3cf04050abdccf 413 0.16/1.00 vMB 12
699,665 699,665 0000000000000000000e3ea2b0f08e7b35235fec18a68a2f6f25fe5165ee7e83 2,459 0.82/1.00 vMB 10
699,664 699,664 000000000000000000091156ddf3638e98a8fbe0cf0a61a6bee6ca68a4fce2c5 1,741 0.90/1.00 vMB 7
699,663 699,663 00000000000000000001e0d3ecc6d2ed7d9caa5e07598227faa682dbc25ade42 1,483 1.00/1.00 vMB 5
699,662 699,662 00000000000000000000e22060a4c265713ec88073faed19749ecc99d57a7d43 2,897 1.00/1.00 vMB 6
699,661 699,661 00000000000000000004eec738b1061182a18114f46715ae589bb484a75ac702 2,965 1.00/1.00 vMB 18
699,660 699,660 0000000000000000000a5f202d61e3dec80acfb76e089aa4ade4a8c6b7ce7a1a 1,337 1.00/1.00 vMB 4
699,659 699,659 000000000000000000076de88589e7787cfe2bdffc47cc7b73f6ba1d712893f1 304 1.00/1.00 vMB 1
699,658 699,658 0000000000000000000b756b6bc0c4a8fc356b572288c14f47b1d7ec844f8a0f 1,309 1.00/1.00 vMB 5
699,657 699,657 00000000000000000004f9044be7ac68b0d8f9048db19756b0b4a498fb9393de 1,936 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.