Loading Tool

Explorer IconExplorer

Memory Pool

45,762 transactions
27.89 vMB
0.08303680 BTC
Random Selection Loading Transactions
Max Size: 147.53/200 MB

Candidate Block

Mining Attempt c2e522ef30ca4760c959f1ef0ede5f0d6bd1da66aa5410e774f51b335ee14376
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 734d10624a993a1cd847b2a69bfb6f29d76a16543446f14863849df4ec89cf26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.02944588 BTC
Feerates: 181.54 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (151,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,215 763,215 000000000000000000001a4f9307220d74119e5b9e6d90d00a65b246cbf2f26a 158 1.00/1.00 vMB 14
763,214 763,214 0000000000000000000775d6f79c7e522f1bed925d2847f3583bd3283c57f4a9 1,003 1.00/1.00 vMB 19
763,213 763,213 0000000000000000000282aceec2f274cd09e05c32924f50f7da46083b82bcc0 1,651 1.00/1.00 vMB 19
763,212 763,212 000000000000000000049d3d9898ec1adc79a7e79ceaabda59ff6e867e3cefa7 1,845 1.00/1.00 vMB 30
763,211 763,211 000000000000000000056cf5ef9b3970402519575510f7fa277a11dc60cf5ec8 1,219 1.00/1.00 vMB 19
763,210 763,210 000000000000000000067549630ad52284be585b7044a56a6716533cb25c67c7 175 1.00/1.00 vMB 14
763,209 763,209 000000000000000000038b3a7be9fc8e6a45c0ae45f5b39e4be6d5de9b707a1a 990 1.00/1.00 vMB 15
763,208 763,208 000000000000000000060ec454ff471147430febbb0e81ad43a36cac79c0ba00 2,463 1.00/1.00 vMB 17
763,207 763,207 000000000000000000001b0f3fd7a9bb480c185d845d97565824160a916f0c73 2,870 1.00/1.00 vMB 24
763,206 763,206 000000000000000000043f0f807ca5ebf51c5fbcca4d9feb128a8d8a78dab215 1,817 1.00/1.00 vMB 17
763,205 763,205 00000000000000000002fc226006dfc44f2542610a5ae81053ee5b616f892632 2,788 1.00/1.00 vMB 17
763,204 763,204 0000000000000000000308e87ea73d9581625b78ec2908e1f31f26dfaaa9a51f 2,786 1.00/1.00 vMB 23
763,203 763,203 0000000000000000000384e85af95b0cc1e655b17b548c67e4f531f7c9a3215c 2,949 1.00/1.00 vMB 22
763,202 763,202 000000000000000000053b18f87487b5035bb3045081d956348a0967d2f08462 3,008 1.00/1.00 vMB 26
763,201 763,201 000000000000000000048232fcca7d559a194431c8bd8e2e3d79b73dca5dcdff 3,094 1.00/1.00 vMB 36
763,200 763,200 000000000000000000078efb893c59c5a381ce7bbf65c01bedc6f9524e51855a 2,745 1.00/1.00 vMB 23
763,199 763,199 000000000000000000064ebfc84a95e3fe2446e7abf6112cae5cf8ca95f53575 3,741 1.00/1.00 vMB 25
763,198 763,198 00000000000000000005207ce70062b25e4d654c22cf65a1b642dbc920e7a7f0 2,393 1.00/1.00 vMB 24
763,197 763,197 000000000000000000009bc854d34bff776dc53c0b587da5765ac49e69aab4eb 2,558 1.00/1.00 vMB 39
763,196 763,196 00000000000000000000758c9dc8a0e18c260d25b75ecc93035afaafa6bfdbb1 1,917 1.00/1.00 vMB 26
763,195 763,195 00000000000000000000fcb4186456bcc417e31b4b06bee39cd4de4d88eee521 2,113 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.