Loading Tool

Explorer IconExplorer

Memory Pool

41,903 transactions
30.30 vMB
0.16176220 BTC
Random Selection Loading Transactions
Max Size: 152.96/200 MB

Candidate Block

Mining Attempt ebdfd57684fa7d1ada0bd10a66b16d458075e0ebbce1e3f0934ec3401740c86b
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 2756b6ad7c50f58021b4aec4507663dfd1efdd310204077d8452d1525754dd4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.08984642 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (575,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,741 338,741 000000000000000017120cf5e5c760a61b0966a842c76ec32c53cf9d38354b60 249 0.15/1.00 vMB 10
338,740 338,740 00000000000000000863ab875e7b507fddb92b305caa4c1f8347abcaeb1d6ed7 92 0.07/1.00 vMB 17
338,739 338,739 000000000000000009075416083c29de6cf3ac6725f87a2c793d47f0d71c8461 479 0.50/1.00 vMB 18
338,738 338,738 00000000000000001262f6999af1ec03d3bab9bf49d94a6e629ec27dc72cde21 886 0.50/1.00 vMB 25
338,737 338,737 0000000000000000080a1ae13987380fdc49098d3305add32a21fdcda9c63a64 512 0.18/1.00 vMB 32
338,736 338,736 0000000000000000067f7a981f49bce7b463e89ed63c6a36a4dbae352bd7159a 764 0.46/1.00 vMB 23
338,735 338,735 00000000000000000f2ad89ff487a6e8250e03e068506d4c1da84b3271174b5d 780 0.48/1.00 vMB 21
338,734 338,734 000000000000000018dcc19c33089d588f7956d89e2a91cac7cbaeac16de92fa 239 0.12/1.00 vMB 26
338,733 338,733 00000000000000000fb9c81a3e609614b028fb8d4733ba9578fcb7316bc08eb8 434 0.26/1.00 vMB 27
338,732 338,732 000000000000000003e3981d8b6f123584c8e43a9e63ce8f2a73490f4300b1f9 430 0.27/1.00 vMB 20
338,731 338,731 00000000000000000a8741e4a15a39ae45f4dbc701d3b8c21fc721d5f2bfe5e2 744 0.52/1.00 vMB 21
338,730 338,730 00000000000000000d5a359b7cfa03366bc0da57399282709a626b7281847d38 1,187 0.94/1.00 vMB 18
338,729 338,729 00000000000000000d31bbd8c187b576325a38d8f8439f700fc5966fbd46c270 1,069 0.75/1.00 vMB 19
338,728 338,728 0000000000000000024b45cb29f96a1ac516a2a6385adc53d4c45d322a98ab1a 994 0.36/1.00 vMB 34
338,727 338,727 000000000000000000e8cc8ad7113a52ed19343e893f3dcf9c6a28466915d87b 453 0.75/1.00 vMB 13
338,726 338,726 0000000000000000181b6fee15c34c4b1aa10c2cc64d8cf6d8af2c9658c2b754 1,899 0.75/1.00 vMB 32
338,725 338,725 000000000000000009b6d195d798be1424403e45b29360f74335624b2465e93f 550 0.75/1.00 vMB 13
338,724 338,724 0000000000000000152a0d5c658ff99b7fcdce5f620663f5a091dc7e88c291b2 1,027 1.00/1.00 vMB 20
338,723 338,723 000000000000000008a0e9587b3c3f374b4cbd4709eb783b6181dbd733b45b14 1,154 0.75/1.00 vMB 20
338,722 338,722 000000000000000006beffc8e5d6b6e95536ee4a674bafae4cd4205366dcdf93 153 0.09/1.00 vMB 243
338,721 338,721 00000000000000000f32237197e7517509a83e16895dfa84e9825a117aa9ca84 1,865 0.75/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.62 GB
    • Received: 11.20 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.