Loading Tool

Explorer IconExplorer

Memory Pool

76,119 transactions
29.13 vMB
0.10355507 BTC
Random Selection Loading Transactions
Max Size: 172.20/200 MB

Candidate Block

Mining Attempt da151991b12665e0ef1f1c82e467c6c73812803ee13de6d64a9262f2586511ea
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f51c7ec3c480f51706bf772de19ea59dda56e566ca859e950e227395a01998c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04133800 BTC
Feerates: 201.37 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (125,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,419 789,419 000000000000000000042e3fa2b4b8d2b999ea8ec6a3f852e5aac104dbe7c12a 4,203 1.00/1.00 vMB 305
789,418 789,418 00000000000000000005688c3c3429cc2f12ea51407dc580d67ab367c7ea853a 4,870 1.00/1.00 vMB 174
789,417 789,417 00000000000000000004954d95af567476e0a57b8de66e9fe9a6af17ec387003 4,860 1.00/1.00 vMB 196
789,416 789,416 000000000000000000022f1b34483b115c1f862918435c44d64a418c0340dd87 4,714 1.00/1.00 vMB 216
789,415 789,415 00000000000000000001f4d8722a69874b2dda14b7cf2d7058531943d26427c0 3,855 1.00/1.00 vMB 311
789,414 789,414 000000000000000000016fd6b1d0eb5c664bdd8a34cb353ada948df378e436c0 4,122 1.00/1.00 vMB 136
789,413 789,413 000000000000000000020d601f67993e0afbf0fccee2d406f164635b28eedc7e 4,444 1.00/1.00 vMB 128
789,412 789,412 00000000000000000000aed4d0a65ff426f0f990006cf94cbe8a24c628a8c6b9 4,340 1.00/1.00 vMB 105
789,411 789,411 000000000000000000044b67d91304f68c8c6d4118fd42827f3876adf9511939 2,656 1.00/1.00 vMB 135
789,410 789,410 0000000000000000000551dc25c636b56d4c5286949560b3911063fe9c4d7ecc 3,484 1.00/1.00 vMB 179
789,409 789,409 000000000000000000021fe7bd7e8e77aecb83ea56d34dd47df6469e478c9635 3,574 1.00/1.00 vMB 59
789,408 789,408 000000000000000000001bc0e12f3794aaa5352bd3d68ccfbedf13bbb5dbf5ea 3,955 1.00/1.00 vMB 50
789,407 789,407 000000000000000000052d65bad82d4ccaf339d5e1a42601166e75926ea85775 4,562 1.00/1.00 vMB 60
789,406 789,406 0000000000000000000362e2aab3fb1e236d094e5eff741a36c7448695970826 4,306 1.00/1.00 vMB 87
789,405 789,405 000000000000000000054eb1458c5a16c2be23f5f2e40bd93630d16804be1123 3,680 1.00/1.00 vMB 95
789,404 789,404 00000000000000000003657b22f181b311c7f4f35a4ec4dd4a27d082a755f2c9 3,177 1.00/1.00 vMB 153
789,403 789,403 0000000000000000000207e793287f90e20c919b6b1787846f9741f9c9b83ac6 3,719 1.00/1.00 vMB 109
789,402 789,402 00000000000000000005917693ebc0c99e780d223fa6069364930d0f1386d187 3,483 1.00/1.00 vMB 197
789,401 789,401 000000000000000000024ab8b38908e4c53852f27f7e63b403c18a85c0e1aa1b 3,536 1.00/1.00 vMB 190
789,400 789,400 00000000000000000001a0e05ff9dc2bd55fe816b03fdd7edaaee9592cc73473 4,080 1.00/1.00 vMB 177
789,399 789,399 0000000000000000000534c693f5fa69ffcc9399290a7efa8360f178ff07d81a 4,160 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.