Loading Tool

Explorer IconExplorer

Memory Pool

53,777 transactions
29.93 vMB
0.10353482 BTC
Random Selection Loading Transactions
Max Size: 160.67/200 MB

Candidate Block

Mining Attempt 1716854f9382582d1c1d3d9d08878dc26aaa598f3dee142e18982e90c3721fdf
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 77e67a6c9f0488be2076b5d6242338259b26ede15f20647f8c010b28c1b8223b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02859653 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (96,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,343 818,343 000000000000000000045535c0784a1ff49bbd44e4b5a5794ee0e6a8dadd1aa9 3,097 1.00/1.00 vMB 75
818,342 818,342 00000000000000000001d5dae998543c50d40c0cc7ac3fd4257e7224762e50dc 3,476 1.00/1.00 vMB 63
818,341 818,341 000000000000000000040d16c6ae962197efe97d5e1b544a6166d78803b55162 4,286 1.00/1.00 vMB 40
818,340 818,340 0000000000000000000396630105e1d42ee79cd9c44e96b94c79ae5e857643ca 6,134 1.00/1.00 vMB 42
818,339 818,339 0000000000000000000145d2e7c1ce33d22e2a153abae58d4aee6826ff426b18 4,135 1.00/1.00 vMB 42
818,338 818,338 000000000000000000012c8c6560852be40c6473bf3ba26298e771920ff17ffd 4,317 1.00/1.00 vMB 49
818,337 818,337 00000000000000000002dd4adc35c4eeeac9eba353dfe3a4ba8002494169d92a 3,829 1.00/1.00 vMB 51
818,336 818,336 00000000000000000000d4cc4469d0fe58353688c13e2eb873252faf5dab8f65 4,706 1.00/1.00 vMB 49
818,335 818,335 00000000000000000000b03effab300ecd510f6560684e8d52bf1ed2f9895378 3,075 1.00/1.00 vMB 68
818,334 818,334 000000000000000000016304bd8144d860718b9c00e629dd894aa1b05ee5ab63 4,063 1.00/1.00 vMB 44
818,333 818,333 00000000000000000001ffbcf8ca799c8a70f6e1e4364324c559389f73eac755 4,568 1.00/1.00 vMB 42
818,332 818,332 00000000000000000001c37c2a3744ab05e1715e5157b26a3bcf1625a6afa47a 5,534 1.00/1.00 vMB 36
818,331 818,331 00000000000000000002b7c71f175beeed53c7aac67a939206fc8fa8f9e6e1a2 4,527 1.00/1.00 vMB 43
818,330 818,330 000000000000000000042e437c05146a53a56c9907cc06848014d3364b05f88a 3,052 1.00/1.00 vMB 60
818,329 818,329 0000000000000000000116789c3568ac17d1d8713d37aa5ac25dc9d04679e297 4,172 1.00/1.00 vMB 41
818,328 818,328 0000000000000000000245ed772ef3a30bfffb5a6e7ca9ac3fc406672831b7d8 3,027 1.00/1.00 vMB 48
818,327 818,327 0000000000000000000220ff4570c97f351c1ad2c4c4c5f9ee2ab62fba90a2a6 3,605 1.00/1.00 vMB 63
818,326 818,326 000000000000000000017ce169db5768da07420f6fca420caffcb435591c58c7 4,393 1.00/1.00 vMB 49
818,325 818,325 0000000000000000000439506e9dc19ff12994089d04a374e4f20fc24d5f8f71 2,724 1.00/1.00 vMB 61
818,324 818,324 000000000000000000025d8b92fbd44642d4f6845be725ecfcf9f1fb6dbd57d5 3,606 1.00/1.00 vMB 32
818,323 818,323 00000000000000000003fc780383f19d237ff4aacb1c9741532a9ea797183ce7 3,442 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.