Loading Tool

Explorer IconExplorer

Memory Pool

31,249 transactions
25.11 vMB
0.06010049 BTC
Random Selection Loading Transactions
Max Size: 125.43/200 MB

Candidate Block

Mining Attempt 514b19d6b6148d6083c0849acf28aeea3b1dd219644f6caf187e320d51ef93af
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root f553b7af80be49fd1b00f3a2cca60b8fc4c12c46ca4b7c9b34cb21aa4d635cc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01507630 BTC
Feerates: 100.24 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (81,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,210 833,210 0000000000000000000159613ea53394483c7ad08c36752e31c354e7559b10ea 706 1.00/1.00 vMB 44
833,209 833,209 00000000000000000000fbe0e433d64a18bea31449df5311b8ba3a92999fc1b9 2,471 1.00/1.00 vMB 50
833,208 833,208 00000000000000000001518c1bbb9e08573fa7f63d89b7e52c0697397a356ccd 3,545 1.00/1.00 vMB 61
833,207 833,207 00000000000000000000bc923eacdb50d2f6604819a9a880ae5f0b17c79ea585 3,040 1.00/1.00 vMB 68
833,206 833,206 00000000000000000000114cc7de3a95813477038c948de28610baf7b74a8afd 3,009 1.00/1.00 vMB 52
833,205 833,205 000000000000000000028b547a1fb1da98b997fd9c476a1e19366952e7caf49c 3,187 1.00/1.00 vMB 72
833,204 833,204 00000000000000000001209def4f25485bf81908755c45de4c7e8c3f71c7c1bf 3,166 1.00/1.00 vMB 77
833,203 833,203 00000000000000000000e004a222629a89e84ce20cdd04c984acc272ef33f164 2,402 1.00/1.00 vMB 48
833,202 833,202 000000000000000000035de72b4dde25e835e00c0233fad0b5226875ac58f469 2,536 1.00/1.00 vMB 53
833,201 833,201 00000000000000000002d215fa8846f2345ea7f33c64b4f3685898af653df2ee 2,776 1.00/1.00 vMB 49
833,200 833,200 000000000000000000027d8296cdc8157a580a6e1f425dbb2c5b4a84d149ed5f 2,783 1.00/1.00 vMB 52
833,199 833,199 000000000000000000006c0eca64cf710ae7a80a2f76915bb2ee14cd62281f55 3,151 1.00/1.00 vMB 63
833,198 833,198 000000000000000000000ecb6d1f300d456fb1727aa989fdba9d20491c5a4ea7 3,001 1.00/1.00 vMB 54
833,197 833,197 0000000000000000000209563e8ae629f832d7abbd7ebbc5804c6ed5d38a054e 2,670 1.00/1.00 vMB 76
833,196 833,196 00000000000000000000ed3923173c76577a3b63cb1f0336a89d08edf4db9009 3,210 1.00/1.00 vMB 56
833,195 833,195 00000000000000000002e739f35c77e84830849407d84f23b266d0462b4dbced 2,538 1.00/1.00 vMB 69
833,194 833,194 000000000000000000013a81f82f1f84a330b8b0a8172d1a9a689130ca936c2e 2,797 1.00/1.00 vMB 77
833,193 833,193 0000000000000000000031f94e1c1c43fe5c89ec07e62cd4e07ff72de26b3a8b 3,462 1.00/1.00 vMB 63
833,192 833,192 00000000000000000000b0a3bf6f0fa866d5230d34304791d8d3c7c991135d9d 2,927 1.00/1.00 vMB 65
833,191 833,191 00000000000000000000c123314ea9c1e678f9a8af0180cade5ecb47e19bdf24 1,897 1.00/1.00 vMB 61
833,190 833,190 0000000000000000000317aaac105392affff2c9250f3a9a868277ce17d26f89 3,033 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.86 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: 642.00 GB
    • Received: 12.53 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.