Loading Tool

Explorer IconExplorer

Memory Pool

76,524 transactions
29.67 vMB
0.09917758 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt d8440ee8ab063fb297be34ccf4e49d048fe2665b6603c136e1febc1a51eb2fa9
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 4b7f17f947f662b7c4a6caad2e577844bb7f288c4dc5f23e7842e515e4524484
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.03270448 BTC
Feerates: 357.61 > 3.28 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (484,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,193 431,193 000000000000000001ee92133fb500a785a2a4f92e8ab84e3945c07d4e931b8a 2,422 1.00/1.00 vMB 96
431,192 431,192 000000000000000003df177a4804994cca23f579af2d0261adafd043a071f12c 2,447 1.00/1.00 vMB 56
431,191 431,191 0000000000000000039e64801bc21e71fea23803cbc4474b5bfce770ad32d003 2,876 1.00/1.00 vMB 73
431,190 431,190 000000000000000003aa97cfac24f8224a0c82b3550d04b75564d0267cab14eb 2,438 1.00/1.00 vMB 82
431,189 431,189 000000000000000002cdef77d43737132c9c2e9470ec9d24c774c879f071dbbf 2,127 1.00/1.00 vMB 89
431,188 431,188 00000000000000000309fc46ef00630ef0a32ca1bcd92c0ce24a551667a57f89 584 0.22/1.00 vMB 79
431,187 431,187 0000000000000000038e697c9175e9c50976b8b5dc2818e6210538488cc45877 1,156 0.46/1.00 vMB 70
431,186 431,186 0000000000000000001ef6f04f8429fea920e6fb69f2b4904628e4afed44f25b 142 0.10/1.00 vMB 22
431,185 431,185 00000000000000000335a55d844d29f4eeabe07b970974a4292d7532e5c9a1aa 2,228 1.00/1.00 vMB 56
431,184 431,184 0000000000000000045c612abc124b81de5482e3e98f7080aea4900163aa0ca0 2,068 1.00/1.00 vMB 58
431,183 431,183 00000000000000000001f9131293029e9304e29b4972f8c9fe611ee2a28ff78b 2,067 1.00/1.00 vMB 66
431,182 431,182 000000000000000000caa3bbbcc383ad4def6889df30beef1048d4726717f3b8 1,824 1.00/1.00 vMB 47
431,181 431,181 000000000000000000be1396a967ac8238bbefda4ebd7ebfde915fdad6d4f5cd 2,569 1.00/1.00 vMB 84
431,180 431,180 0000000000000000011d72ee544098ee78a3709ce79355a3b704e8bd19476409 2,064 0.82/1.00 vMB 62
431,179 431,179 0000000000000000048a12e34334c5f8fc3136be4f9b5f1aff4610c9f9f13b21 99 0.99/1.00 vMB 1
431,178 431,178 0000000000000000003202feb34adb7634891d159a1fed43e6213bef12af0e97 1,044 0.99/1.00 vMB 27
431,177 431,177 0000000000000000035bf99d7ab50af656e7216491c091cb9131581a3be77552 1,717 0.75/1.00 vMB 61
431,176 431,176 0000000000000000040039f6bbadbca8bb4d86b68fd619cf68efb3e48de2ff84 2,403 1.00/1.00 vMB 58
431,175 431,175 000000000000000002930ae99f7d00a137f73be6276a4e66226e7957f1664e89 1,781 1.00/1.00 vMB 45
431,174 431,174 0000000000000000009e19c4d25cbb60407dc7adabbfcd8d8c8851d6752a585b 1,016 1.00/1.00 vMB 25
431,173 431,173 000000000000000002e47e2f6da672e63b069a2cdfe9d096e7ddbdc3f122d996 1,706 0.82/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 783.15 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: 744.02 GB
    • Received: 18.70 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.