Loading Tool

Explorer IconExplorer

Memory Pool

82,738 transactions
30.48 vMB
0.12393747 BTC
Random Selection Loading Transactions
Max Size: 184.38/200 MB

Candidate Block

Mining Attempt edd080fab2ef629ab792cd1531aee0712b947e560fce57afc13b4992bc7c2f1a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 9598548078adb39030f203a05e617c4a7e2e6c25d053bfc691c282c353d9df5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04374212 BTC
Feerates: 150.85 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (434,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,964 480,964 00000000000000000009063384ea29994c3e04fe862d3e08a16a5e31f1275ef2 1,771 1.00/1.00 vMB 106
480,963 480,963 00000000000000000040cfd15f7f07b17d4413ee5b2c4b2571a5c0b483fd5444 2,606 1.00/1.00 vMB 218
480,962 480,962 000000000000000000ee69a7ccdc9086182e556f41139a56c245e6c09f11dcaf 2,424 1.00/1.00 vMB 279
480,961 480,961 00000000000000000058e3e40afdf7c6aca4c3f06956568baee49e5c3840aa2b 1,982 1.00/1.00 vMB 286
480,960 480,960 000000000000000000d0a6d4c169ad2f491070502d4c4e3120ac14eca0639127 2,281 0.99/1.00 vMB 270
480,959 480,959 000000000000000001106dcf6b542b26360d77f21e0502e704270ea242333946 1,936 1.00/1.00 vMB 255
480,958 480,958 000000000000000001234805c317920cdea457d0939b33384cb628154b10ff17 2,354 1.00/1.00 vMB 358
480,957 480,957 000000000000000000c68fbd691928ba88fb283861f301e932d74a9d98854bf9 2,058 1.00/1.00 vMB 242
480,956 480,956 000000000000000000fbf972c359f887f21be966d4e2599433aa90a7257bf56f 2,243 1.00/1.00 vMB 200
480,955 480,955 000000000000000000f33b384a0c8e9315e175365f6313e53bb0f50f4d3a69bb 2,230 1.00/1.00 vMB 201
480,954 480,954 00000000000000000037b22ec556f9c18d96e5da98a4ca74c30a2502374465ab 2,529 1.00/1.00 vMB 257
480,953 480,953 000000000000000001258a338360df268527a6dfb07aba44dc362621d5c7fec0 2,333 1.00/1.00 vMB 221
480,952 480,952 0000000000000000005a5fcb3e1efbfa23c1492797490e0e8ecb38692aaaf258 2,083 1.00/1.00 vMB 219
480,951 480,951 0000000000000000009083bb94b010ead6ebb52ccab9e4202d32f84a832f8972 2,464 1.00/1.00 vMB 271
480,950 480,950 0000000000000000012553dea80fff948aa1bb60b780ffd12743037857444cd0 2,283 1.00/1.00 vMB 293
480,949 480,949 00000000000000000037250c7d1d7fbd6f9e96513b8487fea2286b854bf15b99 2,418 1.00/1.00 vMB 251
480,948 480,948 0000000000000000003d5bde618f9693e5be6ed3441f85a73fc6170edc7b28c0 1,670 0.99/1.00 vMB 281
480,947 480,947 000000000000000000ee4af9bba0d94dadb3e00b167dbd8dcd5146929c044934 2,201 1.00/1.00 vMB 361
480,946 480,946 000000000000000000c03dbe6ee5fedb25877a12e32aa95bc1d3bd480d7a93f9 1,719 1.00/1.00 vMB 260
480,945 480,945 000000000000000000f274d835bb2a49bb1dede5aef9b53e252b2c2b7560971d 2,306 1.00/1.00 vMB 286
480,944 480,944 00000000000000000088a117a7de169320aa3f2c2044d02ec85037112c9864e4 1,807 1.00/1.00 vMB 358
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.