Loading Tool

Explorer IconExplorer

Memory Pool

41,919 transactions
33.29 vMB
0.09908899 BTC
Random Selection Loading Transactions
Max Size: 165.00/200 MB

Candidate Block

Mining Attempt b6c2c7f4a208f31bccd7e6b0c4150bc18e74b3ada6cd896f7ba9131aba58190c
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 41772d42e6a8a33870519a5d6f57fbba1a687a8b90e7606c8da3e74d862ff7b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02708773 BTC
Feerates: 150.68 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (149,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,064 765,064 000000000000000000008fb4ba4e2ecc34d4653e48338a08dc1139ac5e8f6391 2,489 1.00/1.00 vMB 26
765,063 765,063 0000000000000000000132bf629d81cea9902fcb6373321bd2fda8892d8075df 1,972 1.00/1.00 vMB 8
765,062 765,062 00000000000000000001731a574f2d59fb51d70708c205ce84659f3a1d30e0ad 2,024 1.00/1.00 vMB 9
765,061 765,061 00000000000000000000ed33f7678a69e565a855cdfa633368d6cea373c9dfc3 3,019 1.00/1.00 vMB 22
765,060 765,060 00000000000000000005743e627cd38adaac103035e1790fe43bf04c6c252a42 2,897 1.00/1.00 vMB 23
765,059 765,059 00000000000000000006ae1fed1a466ec3eab5132c862cf9c9e0a8fde04dad28 2,190 1.00/1.00 vMB 6
765,058 765,058 00000000000000000003f92e45661422eec972473d225f7ae02d6e06fd2efbb2 1,499 1.00/1.00 vMB 17
765,057 765,057 000000000000000000058fca884184b64db07c137d5e5b551430c64256e23187 1,428 1.00/1.00 vMB 18
765,056 765,056 00000000000000000006162a2857ddd4b123edda0cfb78ba09bb298f3d6bba4f 2,533 1.00/1.00 vMB 31
765,055 765,055 000000000000000000023f059228686c15cae215b90a886feae078ddbf5f9ca3 3,058 1.00/1.00 vMB 13
765,054 765,054 00000000000000000006177821bff53ed0a3bfb7a0ea65eb5f7b979a5a0f8e8b 1,189 1.00/1.00 vMB 10
765,053 765,053 00000000000000000003024ab4bfbb8c46bac2c2c398339daf52bf19ee8896aa 2,812 1.00/1.00 vMB 27
765,052 765,052 000000000000000000058daed67eb972364b2c33d8f3ecb0f3707e33b22000b6 3,520 1.00/1.00 vMB 36
765,051 765,051 0000000000000000000478b06ce30157fb13df015bc7773995ad75225fea0e36 2,103 1.00/1.00 vMB 21
765,050 765,050 00000000000000000006c50f3245647b11587d7cc2bd446ad785c3c9316b2037 3,312 1.00/1.00 vMB 35
765,049 765,049 0000000000000000000284d2fc2768d17557e25db109ef7d80cd65e4c8391218 3,322 1.00/1.00 vMB 27
765,048 765,048 000000000000000000033da828b4acaf9c69427f6cf081f56300d061c445b7a9 3,209 1.00/1.00 vMB 31
765,047 765,047 0000000000000000000353b9b230a3cf15fb1d882ba4d104c212cfe43bf77181 1,796 1.00/1.00 vMB 19
765,046 765,046 0000000000000000000181bdbe0097ef6f003fe3bda44790a39de9091a01aa9a 2,867 1.00/1.00 vMB 31
765,045 765,045 0000000000000000000723c4e86453632ae7c2b9b7f6c9384152615b5f80fd39 3,352 1.00/1.00 vMB 34
765,044 765,044 000000000000000000033caf2cab6d2a97d373db7628936c9857a7fbe9b9fa0d 2,583 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.60 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: 623.96 GB
    • Received: 11.52 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.