Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt 0b81676e6ad615c2de68419bfd556eeaa70ded9d72a8bc4a65b64d7ed802200c
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (416,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,563 498,563 0000000000000000005214132c673e10bb35fd36d34fd3fb84f53df8f094c9d5 1,928 1.00/1.00 vMB 300
498,562 498,562 0000000000000000003ba58945fc5e3e90a91df31ee5395944a8f07fc3aebe4e 1,612 1.00/1.00 vMB 218
498,561 498,561 00000000000000000058ee4dd93b74d35dbe565c6ba59a5430ec6ee6be3485e3 1,342 1.00/1.00 vMB 256
498,560 498,560 0000000000000000006c73d1ad57e48603076cb0286b7bcf762b5dc406b5ffa1 1,960 1.00/1.00 vMB 232
498,559 498,559 00000000000000000076953edc68cd293440471024bdb6ccd958b6bc20fcb31d 2,309 1.00/1.00 vMB 382
498,558 498,558 0000000000000000008e4287677babc88371a68b84b3e46da7e5fc79c26bc87f 2,096 1.00/1.00 vMB 172
498,557 498,557 0000000000000000004c9c45022666517d55acdbfb698bb9c0bc8a4988eda849 2,210 1.00/1.00 vMB 174
498,556 498,556 0000000000000000001262503b23264e5665ff5db461b934e16b25a4b19e6f9e 2,412 1.00/1.00 vMB 297
498,555 498,555 000000000000000000999546ffdeae3a8869dace1dac24855a4784c420a98a9a 2,594 1.00/1.00 vMB 178
498,554 498,554 0000000000000000000887055d78eee1264238e8d08e85aacce6fa50a28f5a6b 2,429 1.00/1.00 vMB 301
498,553 498,553 00000000000000000044b6d687906a67f4495e31eb6b1067291d48ab252dd010 2,537 1.00/1.00 vMB 230
498,552 498,552 000000000000000000245f79f798c287c10d90ae0570c1f702021be589b44c72 2,460 1.00/1.00 vMB 356
498,551 498,551 0000000000000000000adf4f34c575d07c40371b6ad76a750502ddef2d8f48b4 2,329 1.00/1.00 vMB 118
498,550 498,550 0000000000000000002d5c69cd0b2f2fec2cd2656ccb7fa3d4bd37ac990b734d 2,287 1.00/1.00 vMB 360
498,549 498,549 0000000000000000000004a3d2b4393062f8bf9375e313846a7f62f7f3413f41 2,599 1.00/1.00 vMB 265
498,548 498,548 0000000000000000003e522d5362f534fe97e7a28c732860223e3ccbff7a348d 2,465 1.00/1.00 vMB 271
498,547 498,547 0000000000000000005956a2440f303f3fe285ea9794cf00334bfddeb0e2bad8 2,720 1.00/1.00 vMB 234
498,546 498,546 0000000000000000007b2bf8f2147b905305ce7f878be758590806361d100801 1,930 1.00/1.00 vMB 114
498,545 498,545 0000000000000000002fe7d809bb2db8ff5cd4c486e29426bff0de2f98b6797b 2,488 1.00/1.00 vMB 380
498,544 498,544 000000000000000000415ba445d360530dfceda4f393005e6a36bb90729e8c15 2,576 1.00/1.00 vMB 100
498,543 498,543 00000000000000000098c97be9700f342a8b93733e7be45b208ca9a0e891ef9e 2,038 1.00/1.00 vMB 345
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.