Loading Tool

Explorer IconExplorer

Memory Pool

49,779 transactions
29.98 vMB
0.10208502 BTC
Random Selection Loading Transactions
Max Size: 159.88/200 MB

Candidate Block

Mining Attempt 862d1aa883c23b83bc8b4026618835953056dc5fca7aa2d560bd37b7bb2a14bf
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1f7bb1a0fbedc818c132eef92ff699f0e9ab15afd61169530242ff91fa994021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.03644164 BTC
Feerates: 150.68 > 3.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (220,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,232 694,232 000000000000000000114bcfbd9e5c78cab422a1a5a35a2c7b0b12c3d5ffea81 122 0.04/1.00 vMB 19
694,231 694,231 00000000000000000000081e62a886a04bcbe29f590e8c09fbd1b570b24699d6 1,761 0.89/1.00 vMB 7
694,230 694,230 0000000000000000000a6174f2a9444ec819d8ccd6b4f17dc5994bcdddffb849 1,578 1.00/1.00 vMB 13
694,229 694,229 0000000000000000000d6ddb0d8dd6bc97a0c323485f6a61c04c7c164bee415b 394 0.19/1.00 vMB 13
694,228 694,228 0000000000000000000ca15620957739636ea91195a3fc8382a90c1b0151c70a 447 0.19/1.00 vMB 12
694,227 694,227 00000000000000000011dde6e5000daff79b84406fbb187b9ac7e99cc30377b1 807 0.33/1.00 vMB 17
694,226 694,226 0000000000000000000fef20038e2498f9e5a589378614f0d291e48d2e216ce1 2,095 0.72/1.00 vMB 17
694,225 694,225 00000000000000000012d54d416a3df59f1df4570f5b9c83f22f48668ddc5d68 2,014 0.69/1.00 vMB 15
694,224 694,224 000000000000000000006c180c2c3efee5d46bcdddbde5e038e5aba372e4b5dc 321 0.33/1.00 vMB 1
694,223 694,223 0000000000000000000cb538d81b049cb2119a692f1cf6ccd5a894e7844c6574 2,519 1.00/1.00 vMB 7
694,222 694,222 0000000000000000000bc02c2c41e25970147cff6e0de0102d8712cda3104e97 2,855 1.00/1.00 vMB 13
694,221 694,221 0000000000000000000de04c7595986c6f45847b56e8b3fa34a6d7d4943f5606 2,258 1.00/1.00 vMB 22
694,220 694,220 0000000000000000000f661a4d077dc71243c3cae55a7b952968c77ee6c1e727 544 1.00/1.00 vMB 4
694,219 694,219 00000000000000000007bd61673f48ad95764ea4423c1c53d3f4ca06441cec0b 2,419 1.00/1.00 vMB 11
694,218 694,218 0000000000000000000db95c9d99bede7e26d27b08331c2834125722be68faa5 1,391 1.00/1.00 vMB 9
694,217 694,217 0000000000000000000a4f1642030afed69846046c9121f8b9ba03684887cf4c 786 1.00/1.00 vMB 14
694,216 694,216 000000000000000000083b48bb5969e361ab0d4b42135208e0ff69d9325deedb 2,237 1.00/1.00 vMB 10
694,215 694,215 000000000000000000077bcf023a9e40d4ee11d6320564c97600e5cb518bced5 1,757 1.00/1.00 vMB 3
694,214 694,214 00000000000000000007e676a1e6c9becd3ac20584de1a1b5e25b9f6d9a846dd 1,756 1.00/1.00 vMB 5
694,213 694,213 0000000000000000000b2657fd15c117ed9bac14211a749b29dac5285ef83865 2,399 1.00/1.00 vMB 12
694,212 694,212 0000000000000000000ed74093ffa1221de0a9c673402da4a039f9b7162efec2 2,630 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.