Loading Tool

Explorer IconExplorer

Memory Pool

78,425 transactions
29.95 vMB
0.08648173 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt cfaff91c689ecd6fa7f58f2471e3b71b6fcfa51975e775a3ebbbe57c1747b68d
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root f83767179194cca15cab6d9f929a9c3c84ae56270a5589ea596ac43e585c5db9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 1.00 vMB
Total Fees: 0.01788257 BTC
Feerates: 100.69 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (286,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,410 628,410 000000000000000000022849a7639c06e62a4876d1508e4c559ff8918f62faf2 2,605 1.00/1.00 vMB 101
628,409 628,409 00000000000000000002ec851a3de63989f61e5267674c53cf03e724635d58df 2,297 1.00/1.00 vMB 70
628,408 628,408 00000000000000000004b09f45fe213eb644354c5d4c05c465be029f8e62bf27 1,932 1.00/1.00 vMB 119
628,407 628,407 000000000000000000055c2fb2aad20cce8f009165ac633f878025284181d967 2,877 1.00/1.00 vMB 52
628,406 628,406 0000000000000000000f0baac7efcaa4501c46a9415082f15a10c9221bf33ac5 2,546 1.00/1.00 vMB 64
628,405 628,405 0000000000000000000c0278bd96ca7aa26b87627927218609ee97d5aeae51c2 2,943 1.00/1.00 vMB 107
628,404 628,404 00000000000000000008349b1fc4584067ebdd9f09698c1d8b25e59d92d4cddd 2,637 1.00/1.00 vMB 100
628,403 628,403 00000000000000000011855d8900475ce1abf9dba7b3451ebab1c34ff7586036 2,493 1.00/1.00 vMB 106
628,402 628,402 00000000000000000003d0e55baa4504624deeb36062fc8a8e1b638f1c0603e1 2,823 1.00/1.00 vMB 116
628,401 628,401 00000000000000000001afeebf01b0dd89c1579596afc9cc08ca06df3b2df439 2,681 1.00/1.00 vMB 125
628,400 628,400 000000000000000000068ec52fc07c6fe9d85d4e78d0d95f1da3325ab6fcb680 2,653 1.00/1.00 vMB 58
628,399 628,399 0000000000000000000ba1503da85c7b54534359abe8fd6d2965a02708f909b3 2,546 1.00/1.00 vMB 83
628,398 628,398 0000000000000000000204dd65c0fa755c22543765682e546616bb17d4c74248 2,411 1.00/1.00 vMB 104
628,397 628,397 000000000000000000083d959585b98f67eef6b5863812431057fc57e51ad706 2,270 1.00/1.00 vMB 101
628,396 628,396 0000000000000000001051663e0fd8c0b9e8f6332a4d289748b0bc632c4b1000 3,085 1.00/1.00 vMB 129
628,395 628,395 0000000000000000000f9c34bf8dd7ce235249f9067e3b68e0899fd7ed337c4b 2,727 1.00/1.00 vMB 117
628,394 628,394 00000000000000000009d24896778475adc5bb1c4221a49fbbc7c0c391233236 1,918 1.00/1.00 vMB 104
628,393 628,393 0000000000000000000992390d1917946d883e5dd6821fa2e6f7f961b3a18a5d 2,259 1.00/1.00 vMB 102
628,392 628,392 0000000000000000000230c3d5c91c46ca7e0cc515347f57f39e98e3c0c1101c 3,183 1.00/1.00 vMB 135
628,391 628,391 00000000000000000008f41ce0e0574c345315668e72892483f958d48b1cb652 2,583 1.00/1.00 vMB 65
628,390 628,390 00000000000000000004073a27aafbeaa1933e107636cc60954eb311b1b6a6f8 2,084 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.