Loading Tool

Explorer IconExplorer

Memory Pool

34,407 transactions
25.40 vMB
0.06953820 BTC
Random Selection Loading Transactions
Max Size: 129.45/200 MB

Candidate Block

Mining Attempt b5b8e2329834f2b977e04fe2caed60e3d6579912e432da1d56fcf2aeea7968c7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (340,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,975 573,975 00000000000000000019376cdeba0bba0f5ca9bf71ed70f319e7db8970d3c6a0 1,786 1.00/1.00 vMB 57
573,974 573,974 0000000000000000001aa0e735f4b183856e509e5e978380f38443d076eb21c0 3,012 1.00/1.00 vMB 78
573,973 573,973 000000000000000000056e688807c4aafdb4c98acb98f1a1f611d8eaf98de294 2,489 1.00/1.00 vMB 52
573,972 573,972 00000000000000000019abd6da09e939b544044609eae1d741df0ac48b03fcf2 2,349 1.00/1.00 vMB 64
573,971 573,971 0000000000000000001c5960afc9a598d0544e67009085f7de8583209561bb98 1,588 1.00/1.00 vMB 73
573,970 573,970 00000000000000000003d3234f7deacc5b1eb93d1efa9f9baa2dc7c2f3b285f1 902 1.00/1.00 vMB 68
573,969 573,969 00000000000000000023353df5e8277c380be7de8fedba364a73fcd4cbec065f 927 1.00/1.00 vMB 66
573,968 573,968 0000000000000000002961470d19557f6c825a8998b9cd1b0af89ada0df36b2d 1,614 1.00/1.00 vMB 71
573,967 573,967 00000000000000000002f0d0812924a5ded0c795a730516ed3e10217a1f8a73c 1,851 1.00/1.00 vMB 77
573,966 573,966 00000000000000000005d87e930cb34f9fb378d43bcd6ef5fa66e1812074427f 1,833 1.00/1.00 vMB 68
573,965 573,965 00000000000000000010f7878d788040eea015af3e798895c5513c7d81ee53d2 2,826 1.00/1.00 vMB 71
573,964 573,964 0000000000000000001ffad6a74ce4246cf27993c5f1a64097d1da5768594acb 3,277 1.00/1.00 vMB 80
573,963 573,963 00000000000000000016319a033ba5a534d962bf17077825634a0bbcce5dbf48 2,885 1.00/1.00 vMB 118
573,962 573,962 00000000000000000001d3e11a301213c20da7b590208aaa04e328005084b48c 3,172 1.00/1.00 vMB 60
573,961 573,961 0000000000000000000d5980521cce965effd42aeb9d29dc65709eeda1860987 3,196 1.00/1.00 vMB 73
573,960 573,960 0000000000000000001e6f273552b862898b66f5f254ab59522dec666f7bdc82 2,636 1.00/1.00 vMB 64
573,959 573,959 000000000000000000157dd2e31e64c69d62eed0e9d1dcd4eaf2a9526f7269e7 2,995 1.00/1.00 vMB 43
573,958 573,958 0000000000000000001f1f72cd9ec12adac23dea09a2c44cd641cc67a2faa178 2,887 1.00/1.00 vMB 60
573,957 573,957 0000000000000000001dac954eca73e0b208a849675cc38db0d1ccec6592fbf6 2,831 1.00/1.00 vMB 42
573,956 573,956 0000000000000000002a14ee114af3c0b889c0fb2aa49656ee5a191f19d9b0c2 2,384 1.00/1.00 vMB 59
573,955 573,955 0000000000000000000a31660bb2a703ef10ff58246e2aed655a372f0b03d7ea 2,855 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.