Loading Tool

Explorer IconExplorer

Memory Pool

80,276 transactions
29.51 vMB
0.13252720 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 8da8f75ba7739b5591ea7647c7d4c66b00ea93f6a91cda4f20a6ed9a454ee6ee
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 22026b5c59a4a7c235f0a2d63789c23c55ecb6c1952ec96685c94cd63c2788fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.04967109 BTC
Feerates: 301.72 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (512,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,849 402,849 000000000000000002662d723a576d4eb3526130fb64c40c897d1d66c80427c9 354 0.19/1.00 vMB 44
402,848 402,848 000000000000000005c70e6813ffccb53424531b9f3d9cd74c2c55446911b161 2,389 0.90/1.00 vMB 51
402,847 402,847 0000000000000000001af6c6ccb706de9187919dbcb61e3db7dad7fda858c9c9 1,944 0.70/1.00 vMB 55
402,846 402,846 000000000000000001b661bcaaaff8f33ca86f64d0a0c92f9e781cff04472922 649 0.32/1.00 vMB 45
402,845 402,845 0000000000000000022eb73fa58d2e43ff2a7d9342d22156f45fe2511617a047 1,534 0.65/1.00 vMB 45
402,844 402,844 000000000000000005059a94a6baa4a07cffe64e633025006de8d2f9a8908ed8 1,068 0.47/1.00 vMB 46
402,843 402,843 00000000000000000197e9b9047785f425e9b22c3ff362ead81a5f7deee3fe34 1,250 1.00/1.00 vMB 25
402,842 402,842 00000000000000000411da96fbbe9c319eacf90ee0e8a9a6b9e786d1ea4bebea 67 0.02/1.00 vMB 57
402,841 402,841 0000000000000000044d598f1f97b517d3c551e5049b690ecd65a2de3abd1643 1,633 0.75/1.00 vMB 46
402,840 402,840 000000000000000006a9addad2afa4e8ff6acf953d4cecc2fc4e818a9b8d354b 294 0.98/1.00 vMB 5
402,839 402,839 0000000000000000037c54ea65969c9bb33677191ae1d65740dfd6fb50152a4b 1 0.00/1.00 vMB 0
402,838 402,838 000000000000000002004d5fae79db8da36672122273fb9d3f5e6f706b7208ad 1,742 0.93/1.00 vMB 38
402,837 402,837 0000000000000000006444858fcc522ee2f97cf334e187eeaca702471ca157d9 553 0.24/1.00 vMB 53
402,836 402,836 0000000000000000033f86e09270efe6de2b1fccedb32ed1609dd8c9da5a03af 1 0.00/1.00 vMB 0
402,835 402,835 0000000000000000048b64a44dae3e9d27316531daed124fd483fd208e12a0de 1,761 1.00/1.00 vMB 35
402,834 402,834 000000000000000003672256182ade0f728f7dda62c893d3c2b40d826b695130 1,052 0.54/1.00 vMB 39
402,833 402,833 0000000000000000063f09bbfad62b72404aa9a94dc88a9e44697ed0e4689358 380 0.13/1.00 vMB 60
402,832 402,832 000000000000000002929fea1c322af67805c4035be3b7698ec43fcd2a061b98 243 0.21/1.00 vMB 25
402,831 402,831 000000000000000004aef61c8f0c1c43f38fdb567f0028fcc369e4523c015e51 1,234 0.46/1.00 vMB 51
402,830 402,830 000000000000000005a4c09001f1d23c978380364461b3c09cfe294a9bce45db 379 0.13/1.00 vMB 54
402,829 402,829 000000000000000005bdc13179ca06009703c54e4059a18f4ccaa855ca6e3c45 808 0.40/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.90 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: 713.75 GB
    • Received: 17.46 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.