Loading Tool

Explorer IconExplorer

Memory Pool

29,452 transactions
10.06 vMB
0.04142539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.83/200 MB

Candidate Block

Mining Attempt 4ad9c8536f6e1079959073331058f2cfaf91d65335dfbcd51e38022485338b5a
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root a4af0fbcb6adf8cc71339a27328fe2cb16191c6a79f11eb3a846019e40ecc8f2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.02430149 BTC
Median Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (763,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,920 149,920 00000000000000b60aca183f6071c58f3dd5f47c22c2bc02b8b5f629e3133406 18 0.01 vMB 119
149,919 149,919 00000000000006ce0ec848a5e4a8b626e9cf89155a8920cdd2a7a46a7061e363 144 0.05 vMB 63
149,918 149,918 0000000000000442db1b483e55c28722de3f5737037552c3a7857fd245f686fe 107 0.05 vMB 198
149,917 149,917 00000000000001bb325d425a6d29db880757ffab17aa6ff3142ece3275c725da 72 0.06 vMB 109
149,916 149,916 0000000000000006d51d30589d62ceabcbc57aa4437f095112c50f4a3236351f 18 0.01 vMB 279
149,915 149,915 0000000000000b19b4502e9dde94030c64fb178d080c609cfab019c6b42b93c1 20 0.01 vMB 142
149,914 149,914 0000000000000635744b746ee7653fc74dfd8857c12cfe3d7b4759aa2d2d2474 21 0.01 vMB 62
149,913 149,913 0000000000000095b17201a709450cd4c58bc3c2ef7f8410e227b04f362d4fb1 23 0.01 vMB 157
149,912 149,912 0000000000000984d6014f1f25ef24ecc0522b3ab50a929b86366318f2da4855 67 0.03 vMB 142
149,911 149,911 00000000000009900374c103dcd269763872b23750df0642a265097f312d0715 25 0.01 vMB 31
149,910 149,910 000000000000024a2186329f739c6ab5abf0cc3488acd442284dece52069f33e 30 0.02 vMB 250
149,909 149,909 000000000000050b1612aa215110566c68b3a3f95e4fc7f404f184b42a260182 48 0.03 vMB 249
149,908 149,908 0000000000000b5c6072b3415cf2605b073175c9f90b677cd127b43b33999d67 19 0.01 vMB 77
149,907 149,907 00000000000009a2a0d55e572c3d61e70b59e89d610848539ad71ead3aa74156 14 0.00 vMB 44
149,906 149,906 00000000000003a991253c6ef180ee9868d28b580e010998e8d1c6da4ace25ab 14 0.01 vMB 53
149,905 149,905 00000000000009a113defc6877ab791bc55f93a0837f8b52f4c4fd04e2df92fa 57 0.02 vMB 392
149,904 149,904 00000000000000cd12bdf751f064b826ab6523f16c292bd16d7f4a71994a2646 94 0.03 vMB 20
149,903 149,903 000000000000061db299c667caef9ed409bc7c0871d55988bfd5f872b9d66050 8 0.00 vMB 363
149,902 149,902 0000000000000a7c5de4c8843df678b5f8f13fb9fb47ac6f33a7ecd01804b040 15 0.01 vMB 127
149,901 149,901 0000000000000a6fbd3a54fe92acc2f9cc05a5baae5617609afa163982ce1b49 52 0.02 vMB 81
149,900 149,900 000000000000075020ca7abce46cc1d3425b7800b88c14b4503777750eb8450b 12 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 373.42 GB
    • Received: 1.85 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.