Loading Tool

Explorer IconExplorer

Memory Pool

39,749 transactions
20.40 vMB
0.10398757 BTC
Random Selection Loading Transactions
Max Size: 111.94/200 MB

Candidate Block

Mining Attempt b7a28082418fd9744a446b1c13410bb74d22a5c88ce126df47127386f1116856
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root 9739930cd2d0f4c74837f583fbac874d0a7fad832b4ccbcfc14d7bf9812c3f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,492
Size: 1.00 vMB
Total Fees: 0.05997135 BTC
Feerates: 477.45 > 6.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (894,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,854 19,854 0000000074c6937a7148b1ff79067d28f4ac976b02f8ec8422742e4d786de891 1 0.00/1.00 vMB 0
19,853 19,853 00000000847e7a1d51394f148ac9fcf6a2058acd06e48e7e2bf4c7ae7f60202b 1 0.00/1.00 vMB 0
19,852 19,852 00000000c8f7608ddcd54381dbe9bbd7d36adcf63b286368c1bc95e59463ee47 1 0.00/1.00 vMB 0
19,851 19,851 00000000dcf049d67e85caa138bd8469c7133df9806c9583d0bf9a4edda66982 1 0.00/1.00 vMB 0
19,850 19,850 00000000e4af602edf44524eaf456eae5f82cec283f92b514a5cefff1440be02 1 0.00/1.00 vMB 0
19,849 19,849 00000000406fb241d350fd93814add21d1369ec17eab30892f174789d84601f4 1 0.00/1.00 vMB 0
19,848 19,848 0000000085e9a7978549492fd38840b55ea272bb1a1d17a474ea80041dabb575 1 0.00/1.00 vMB 0
19,847 19,847 0000000033a0eae814e943c50ecb7537a8458b2a23b8e15137960ac7386b1f72 1 0.00/1.00 vMB 0
19,846 19,846 000000001127e94836829184a6ba1be4a7562b67598316ee87f46d2306d0ec86 1 0.00/1.00 vMB 0
19,845 19,845 000000004c82236302633950e131f50554c28717c09434bc11151e7c0a3d62e0 1 0.00/1.00 vMB 0
19,844 19,844 0000000068751c44f300894e4dd456845b334309a404b3388e777e848ca8fdad 1 0.00/1.00 vMB 0
19,843 19,843 0000000035dcfd00e9834b9c3c851e460aba845d65428c7195029bda84cfb7b8 1 0.00/1.00 vMB 0
19,842 19,842 00000000b93f201adbbd36731b31fd56aedb3bb91cf869ddc9cc46d529fb2e6e 1 0.00/1.00 vMB 0
19,841 19,841 00000000a794140e2fb2257caac372c48660f0d69441fd9d7fe76fa71e0c3fbd 1 0.00/1.00 vMB 0
19,840 19,840 00000000c0bede236194bcfcb8ab4af81929c5e18c0fa42404c929725e13d408 1 0.00/1.00 vMB 0
19,839 19,839 00000000c23013d15fbf6085b28325c9f759aa33f688a119298253eee056c536 1 0.00/1.00 vMB 0
19,838 19,838 00000000992447d601ab2a9914453c47848f2ad443112fd9e47c997206eb598f 1 0.00/1.00 vMB 0
19,837 19,837 0000000054157cc9a1cf99b3a7f15f287dbe400d7c07c1bab51b193c3bceab90 1 0.00/1.00 vMB 0
19,836 19,836 00000000dbd72c6b9f407956af0f11ffe6c662dfb502a8eb9719e917ad1171c4 1 0.00/1.00 vMB 0
19,835 19,835 000000005d2904693ba0e5e9d254c6831f890fe873c133fe1c3ee7a85d6f1e9a 1 0.00/1.00 vMB 0
19,834 19,834 00000000000bcae6934ca8f914b1724141ba708c6882657f6cba330965681e38 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 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: 528.38 GB
    • Received: 5.60 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.