Loading Tool

Explorer IconExplorer

Memory Pool

78,386 transactions
29.84 vMB
0.08227237 BTC
Random Selection Loading Transactions
Max Size: 178.73/200 MB

Candidate Block

Mining Attempt 80c77a38d327a38006c0446c5a0adc43dcd4c99f0421c64dbb23cefba263d7b9
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 048ef83626d57b4d4cf32e84f4215acee54a41722f1c5026e21aa25f5421bb3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,635
Size: 1.00 vMB
Total Fees: 0.01477666 BTC
Feerates: 100.69 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (391,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,680 523,680 000000000000000000036deedd7b8e71f448183d7e0d33b1123da7b16b19a540 1,913 1.00/1.00 vMB 48
523,679 523,679 0000000000000000001d6e655f3ceec3ffe3dcb2506b81d418c93c2efaa83a9f 1,615 1.00/1.00 vMB 28
523,678 523,678 00000000000000000023e1e2024d922adb5e9e6e371bb16f3db0db89bca5e963 2,343 1.00/1.00 vMB 24
523,677 523,677 0000000000000000000ec08bd2b21e4a244da7c08716a1e200c59a0b53a5be56 2,073 1.00/1.00 vMB 47
523,676 523,676 00000000000000000006aa361fbc6146bf1bb447ec5fe10fd1e975f5a2ed4e0e 572 0.38/1.00 vMB 46
523,675 523,675 00000000000000000011bd8049b8fc6a3c1c3c2a123ac978155ff57e36ad5ae3 1,338 0.66/1.00 vMB 14
523,674 523,674 000000000000000000390f807edf43b79097bbf8f7cb9c80737272f98308ba85 1,628 0.71/1.00 vMB 48
523,673 523,673 0000000000000000002fae24ddd9e188d380de37045c2dbaed54dd84b8b9aab2 1,593 1.00/1.00 vMB 37
523,672 523,672 00000000000000000018a62a7caee3e49f9177c68d16c7b22d896d0343d22d3e 1,446 0.75/1.00 vMB 23
523,671 523,671 00000000000000000042b9d62cd642f12546ba996245f7cf625ee732bbf0d5d0 1,818 1.00/1.00 vMB 33
523,670 523,670 00000000000000000008106868937a8e23df54a99149f4fc79d9b4a61f02b2c8 2,291 1.00/1.00 vMB 40
523,669 523,669 0000000000000000000bb378d63c30bae80334eaa307842e8aabd67c8c87aece 176 0.05/1.00 vMB 27
523,668 523,668 0000000000000000001c9d8503aaa0835e057dec52d41f8424efb97cd0917d2b 491 0.27/1.00 vMB 58
523,667 523,667 00000000000000000042a56f5a7ac3f27de81422e63e826b83748d743f5e4913 14 0.00/1.00 vMB 32
523,666 523,666 000000000000000000136db08190f3dab744845a2f52e5c1a47a947162d8b906 177 0.08/1.00 vMB 25
523,665 523,665 0000000000000000002c962ae3fc26fb41039c46c5010edde2d7dd7f2bc77477 1,940 0.92/1.00 vMB 34
523,664 523,664 0000000000000000001d87694f4d1f1dc45f89b41c3c1643a7c3b485814f0ed8 1,345 0.61/1.00 vMB 36
523,663 523,663 00000000000000000008fdd55c63d5320363b76a2a10ec29cd238475936fe517 1,915 1.00/1.00 vMB 41
523,662 523,662 00000000000000000007795edc8c121f206b05561384044b906a3a4ac05897cb 843 0.38/1.00 vMB 11
523,661 523,661 0000000000000000003974cc926fca33e08dafa2a3b2f3c34d4b61d7d5f43559 1,265 0.58/1.00 vMB 45
523,660 523,660 00000000000000000041b9a548dfa17d3a7e20cbacade25997a948b201d78de7 608 0.33/1.00 vMB 14
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.96 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.