Loading Tool

Explorer IconExplorer

Memory Pool

80,617 transactions
30.00 vMB
0.12277306 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 52e340c6c59c913187f91d4e515f12db4d6508a2def5cfd657a87bc5ca3bdc80
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (295,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,843 619,843 00000000000000000009b926b7e763414566868005c1f5f56b666b88c46269af 1,393 1.00/1.00 vMB 12
619,842 619,842 0000000000000000000a4fc85933612709850b616aa3f14582a6a4916396bbf1 1,087 1.00/1.00 vMB 43
619,841 619,841 0000000000000000000c5e421885ecb1407fa4037b1c344106ac7bb419aa3da3 3,131 1.00/1.00 vMB 17
619,840 619,840 0000000000000000000bc37aca8f0cc9a9ba35623e526396247d5bf1559ab399 3,086 1.00/1.00 vMB 22
619,839 619,839 0000000000000000000d46be8a01c0cb934eec1a6374a0735b5265a7ae324feb 2,617 1.00/1.00 vMB 11
619,838 619,838 0000000000000000000acd963402385e8b858d5c5955e38fdfc194d69257e4de 3,174 1.00/1.00 vMB 34
619,837 619,837 00000000000000000007efc8015b0486afb7c24525b1f7226236a7214f9ee6c5 1,074 0.73/1.00 vMB 10
619,836 619,836 0000000000000000000aaae641e001dc9b1fec85e09408d02d6891a595f8a383 828 0.28/1.00 vMB 10
619,835 619,835 00000000000000000009881af993f35f73e198c8f8908601e52637290fc6b4f2 1,328 0.47/1.00 vMB 13
619,834 619,834 0000000000000000000e3503a82ce55a6cc67c758a03edee83360b70717fa6e4 2,327 1.00/1.00 vMB 3
619,833 619,833 0000000000000000000a695e26cb0cbbfe716c1bcbc6cadce5f6a8a30d9cf481 2,146 1.00/1.00 vMB 19
619,832 619,832 0000000000000000000f237b07355b00106fea076823321e1d5f26535fde4b3c 2,677 0.82/1.00 vMB 19
619,831 619,831 0000000000000000000a82cb78ba6c921d1be0f31fb7c6c391285aec5d086d45 1,516 0.45/1.00 vMB 14
619,830 619,830 0000000000000000000714c336187a01b6b961f4d2aea25df36727a62deec388 2,776 1.00/1.00 vMB 10
619,829 619,829 00000000000000000008a87798af9a8ae67286b19851f287c926003c5be14f9e 2,352 1.00/1.00 vMB 13
619,828 619,828 000000000000000000044ecca5130c22c8944d7aa8b7dce637c6b99ae5562a4c 2,624 1.00/1.00 vMB 4
619,827 619,827 00000000000000000011d63765e956e64ad8774a8028c77c187ec8ede8f67860 2,860 1.00/1.00 vMB 26
619,826 619,826 0000000000000000000dbba9d640627c9191d6fee58d2d794a55d71591ca3362 2,581 1.00/1.00 vMB 8
619,825 619,825 0000000000000000000faeaaf064f407198c522e0399c2ec6533eb135f58d201 2,586 1.00/1.00 vMB 13
619,824 619,824 00000000000000000009a8253123c03e750a9e98e9b6f8d879c7b8db67b187b3 1,340 1.00/1.00 vMB 10
619,823 619,823 00000000000000000010c39bf5d6f16f9a0bbd4bc84250a2e050d1f75d7def65 1,361 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.