Loading Tool

Explorer IconExplorer

Memory Pool

78,916 transactions
29.24 vMB
0.08537064 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt a2f8f2e205970258c0b6937921967b8c630392413f94ee8d63ea78c000920900
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root be2001f8c86c6b9a37fef2e80d1b3d69a350c308038641e0c50da4fbc3775c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02409781 BTC
Feerates: 178.73 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (434,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
480,943 480,943 00000000000000000077e50294ddf136b842aa2a380d3e170106aad58e85e835 2,525 1.00/1.00 vMB 298
480,942 480,942 0000000000000000000cad8da22a3d1e840995f5eae37818dbf24b52daac9801 2,444 1.00/1.00 vMB 325
480,941 480,941 000000000000000000dc54479e7cf598f3fa0f303c27c235c9bd6750957af15c 1,775 1.00/1.00 vMB 125
480,940 480,940 0000000000000000007a0c741bbd09662ec1193068d5bdec302764f8cf102cb1 2,339 1.00/1.00 vMB 138
480,939 480,939 0000000000000000000ae659812a2729cca96bac74e5df7092c072934d0dea9d 1,844 1.00/1.00 vMB 275
480,938 480,938 00000000000000000120ba83bf7c0e45cb07d4768f718ff8432cdb20aa37b8f6 1,419 0.99/1.00 vMB 297
480,937 480,937 000000000000000000275e2261e9e54a0817b6334f484d758340b124b736c9b9 1,925 1.00/1.00 vMB 129
480,936 480,936 000000000000000000168f19a3917a92255279513441f6a88e57d39605d687a7 2,124 1.00/1.00 vMB 257
480,935 480,935 000000000000000000017ca41ceb3fa3bc8ed00d5236d1db9e14c3862f44e7bb 2,136 1.00/1.00 vMB 138
480,934 480,934 0000000000000000012f61fc9bede556c040c3439d42fb7e54f3bd82e4c07920 2,042 1.00/1.00 vMB 261
480,933 480,933 0000000000000000007c80523de38490ca1327bdf592a6d58cf72f63630c6a71 1,595 1.00/1.00 vMB 261
Previous 10 blocks ↓
Total Size: 782.68 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: 679.06 GB
    • Received: 16.44 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.