Loading Tool

Explorer IconExplorer

Memory Pool

78,833 transactions
29.22 vMB
0.08489759 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 1d03fd4564a37716e3fa040afb31d8e42c8a302cf53c703062fe45ba6ec6de9f
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (238,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,190 676,190 000000000000000000041d44d9e86098b4ba26b1eb71d5a07e6aba94e1f5342e 1,978 1.00/1.00 vMB 39
676,189 676,189 000000000000000000028912066b902eb672b03f54c3a9c303a311345c146dd9 2,219 1.00/1.00 vMB 25
676,188 676,188 0000000000000000000cc3c403b3ddb0643596708e624c90e6f830af64277591 2,571 1.00/1.00 vMB 70
676,187 676,187 000000000000000000050f6c7d457fe42cee7857eb11e2270f083711a38e4787 2,351 1.00/1.00 vMB 48
676,186 676,186 00000000000000000004d8296ea4f4d8d2e9bc71aa3ea18d2b5abc63086e33cf 1,416 1.00/1.00 vMB 68
676,185 676,185 000000000000000000099fed2c1dd9c384bac87fc2ed0b3a139eae4f848b8e57 1,892 1.00/1.00 vMB 89
676,184 676,184 00000000000000000003ee02096afd7f4215cf63e8298bbf3bfc9769d738a6ca 963 1.00/1.00 vMB 64
676,183 676,183 00000000000000000002880a2a9e56bdd2737f7ef46c5bcc6f1572f915b89c15 2,067 1.00/1.00 vMB 78
676,182 676,182 00000000000000000003ae91bb03ee7e80469d1a62b9a8b27a2ab6e64011e357 2,135 1.00/1.00 vMB 84
676,181 676,181 0000000000000000000bd5586084820811e4b00c4b577137ca612ed16ad8c1c2 426 1.00/1.00 vMB 21
676,180 676,180 0000000000000000000c0043dbdb7908f2f6d409a6369ac7361f760b4fe2628c 1,490 1.00/1.00 vMB 29
676,179 676,179 000000000000000000088dcdeabd8ff1eeb4a330745d012315aa5a59aad5717d 2,675 1.00/1.00 vMB 33
676,178 676,178 00000000000000000000688f1a1a29564fe9bfc0cfeb1a69e4cfd0021cf2fd19 2,165 1.00/1.00 vMB 70
676,177 676,177 000000000000000000014048afb795449811aba80e70022f445f1dabf7cc4ccc 1,762 1.00/1.00 vMB 83
676,176 676,176 0000000000000000000bcee95cb728f814d1df3597c721410f1b0139921b29b0 950 1.00/1.00 vMB 78
676,175 676,175 000000000000000000047374a2feb37f85b3e9105b71b4166b9870e5bc6e9d3e 2,379 1.00/1.00 vMB 89
676,174 676,174 00000000000000000000136e4f5e600fdbbefc98a93b26c230c0bee9c7321555 2,416 1.00/1.00 vMB 65
676,173 676,173 000000000000000000065f5c59cb7dd9391485dc0cee164cc80f459d2405d0a5 1,598 1.00/1.00 vMB 44
676,172 676,172 00000000000000000000ddf134ca15074a3a1e4585f7683b77fa63255e7d1738 1,215 1.00/1.00 vMB 41
676,171 676,171 0000000000000000000342062ad1602727c44102a2461b6035b2e20deb1f2e70 1,830 1.00/1.00 vMB 33
676,170 676,170 0000000000000000000274a14c7f06f41c5029b3cc8659e6ecc40922b9fa7919 2,292 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.68 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: 678.89 GB
    • Received: 16.44 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.