Loading Tool

Explorer IconExplorer

Memory Pool

43,591 transactions
26.95 vMB
0.08820328 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 323b752961eabde3fc5031ee86324e3b8efa8ccacc4d8d218e26d0f934b4bd92
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (307,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,531 607,531 00000000000000000006c7cb80f5c166080365235078a3c990e6058c1dfb2710 2,666 1.00/1.00 vMB 28
607,530 607,530 0000000000000000000e924f2fc7105362ce640d0865d10d314086c795d2cfde 2,618 1.00/1.00 vMB 11
607,529 607,529 00000000000000000014c2d4de5b312abb85b1d98e2819b52a3d1fa8159f8aa1 2,819 1.00/1.00 vMB 23
607,528 607,528 00000000000000000009c3843ac823e4efe8d38b83dd3cef6f0d122b4b31043e 2,669 1.00/1.00 vMB 17
607,527 607,527 0000000000000000000545be424fc1393785617fbed01e286b07803382cc7ca3 2,511 1.00/1.00 vMB 17
607,526 607,526 00000000000000000010ac2e84d65d083a62c53032ac008de9873ca598df2c27 2,942 1.00/1.00 vMB 30
607,525 607,525 000000000000000000049f1ee2b8f3686493887ea3779c2b24467ff926bdb65a 2,994 1.00/1.00 vMB 14
607,524 607,524 00000000000000000007bcf375c03a554ff9832247952d621db6c291a7ff5bcf 2,904 1.00/1.00 vMB 31
607,523 607,523 00000000000000000009db93b0bd627158b665cd954cc274c056ad8b257c3f35 2,273 1.00/1.00 vMB 18
607,522 607,522 0000000000000000000280301806aa6a1e74ff64139f2dd03c3ac30802739c7a 3,108 1.00/1.00 vMB 37
607,521 607,521 00000000000000000010b6519d42db9a980554c93f0af925d24f422fd99fc0ec 2,895 1.00/1.00 vMB 29
607,520 607,520 00000000000000000015d2eb28db1184cd9fdfe265540bfccd7a4ccfc6ade19e 2,262 1.00/1.00 vMB 16
607,519 607,519 00000000000000000011c319e2a63545a334412810816de0251a2ff514d2abcc 2,638 1.00/1.00 vMB 25
607,518 607,518 000000000000000000101e61b1bec37dd0df7db9ed586a983d2c68a14dc5cf51 2,629 1.00/1.00 vMB 30
607,517 607,517 00000000000000000009db4299d849034602e7279e5f05efebfbf6c78994c063 2,766 1.00/1.00 vMB 13
607,516 607,516 000000000000000000038cd4e6223e92dafb4b9f2f62b50c74bb0d7766628733 2,562 1.00/1.00 vMB 19
607,515 607,515 0000000000000000000b979347c361303c7bc38a0b788611b59f8a620662657e 2,688 1.00/1.00 vMB 26
607,514 607,514 000000000000000000104e8c3c94714a72e1e1665073bd9626b9768a6ee55bba 3,126 1.00/1.00 vMB 33
607,513 607,513 000000000000000000099833fe9c97d1cfade8e962c26d67af9eb21f89a1fb88 2,456 1.00/1.00 vMB 21
607,512 607,512 0000000000000000001580afe20a41cb27a9b832788f02e612d8360285f18e66 2,796 1.00/1.00 vMB 21
607,511 607,511 000000000000000000051aa43ddcd30ab1c6942b457edc5a251fd417f9733b1a 1,774 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.