Loading Tool

Explorer IconExplorer

Memory Pool

44,678 transactions
27.64 vMB
0.08939124 BTC
Random Selection Loading Transactions
Max Size: 144.86/200 MB

Candidate Block

Mining Attempt 8da3d4429192fb58fb3c1b2907cb2aadcc066a96d7a89b7dd8ae9f1aade83448
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 84c45f3d066cf32263cfb0056989992383a91ee65dca302a0ad550cdd38934e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.03525789 BTC
Feerates: 151.65 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (353,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,542 561,542 0000000000000000000101060329f45f73eb235f97c01d6ba99ff7ce110c9444 3,020 1.00/1.00 vMB 14
561,541 561,541 0000000000000000001138016c070cabd988832fa545fca288ac82500aad9ba9 2,493 1.00/1.00 vMB 8
561,540 561,540 00000000000000000011f269c99cd099b178033e105d8e98c6a4c81ead8c6645 1,794 1.00/1.00 vMB 3
561,539 561,539 000000000000000000097f3c4d2f32eb6dc3a469bfddb24997d33e8f77fdd1ce 2,103 1.00/1.00 vMB 12
561,538 561,538 000000000000000000053833dd8768b5ff6368ca2ff0f103e4594a7e422dcc76 2,723 1.00/1.00 vMB 12
561,537 561,537 0000000000000000002b40be1c81f77da908a061bd4590d0727e33311cbd105e 3,117 1.00/1.00 vMB 14
561,536 561,536 00000000000000000013d4d88e1687d5ca07409c2b433c7e1daa9bdfbeb9e147 3,023 1.00/1.00 vMB 16
561,535 561,535 0000000000000000001c7adb3650a71d5c5da8b9cda2ad3c2be03d928f17fd48 3,612 1.00/1.00 vMB 11
561,534 561,534 0000000000000000000084ffd7dd88a920712cb711e05e050ef6d76c3731df5f 3,016 1.00/1.00 vMB 30
561,533 561,533 0000000000000000002b11ae3b3037ce71e3ada26ef7706e061cf048877becb9 3,176 1.00/1.00 vMB 21
561,532 561,532 000000000000000000048c170de3d6f6e08a2b3cb17c33934a902200f5b948f4 2,581 1.00/1.00 vMB 24
561,531 561,531 0000000000000000002ace63358a3d9ef58047363edfe9caad0bcaee3f9657b0 2,488 1.00/1.00 vMB 6
561,530 561,530 0000000000000000001f74c4681c33a8674c74d2940e6b518e59adc5ebf9d962 2,635 1.00/1.00 vMB 5
561,529 561,529 0000000000000000002841dd481bb4b86d1d16eef0b31c22ef8bd05c06b34b44 3,188 1.00/1.00 vMB 13
561,528 561,528 0000000000000000000a75abb9eb9c344870e822a09d1ab2c07ccdefefe4a5d1 2,802 1.00/1.00 vMB 14
561,527 561,527 00000000000000000014bed513d972f52a8c71973f150f9a0f16089922256bc1 2,759 1.00/1.00 vMB 13
561,526 561,526 000000000000000000039b0609007c7bf79dfadef188b95ff3a8280978cbeb3f 3,285 1.00/1.00 vMB 9
561,525 561,525 00000000000000000013f4a6644ef1cf5ab153d2a27f0a21ce951cd76b05fa18 2,763 1.00/1.00 vMB 34
561,524 561,524 0000000000000000002f396bca30a7483ac7e2861fa0af96ebdd5ce2646f9c65 2,906 1.00/1.00 vMB 19
561,523 561,523 00000000000000000012dcd4c706a59ca41f9432b936f7fa2b6e73b6e4f54bc2 2,233 1.00/1.00 vMB 27
561,522 561,522 000000000000000000034014630fecefbdc49e165b4e01ec0d7255ae95915c51 2,865 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.