Loading Tool

Explorer IconExplorer

Memory Pool

34,446 transactions
25.41 vMB
0.06986236 BTC
Random Selection Loading Transactions
Max Size: 129.51/200 MB

Candidate Block

Mining Attempt 1673b76bf1cbb7384e4d6062903aad947ae1c863a9d9a44e57dc4db1732caa90
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b1e7f4a6a80c5843b56f0b49df07945643b84cab0de4c87cc0f46bd4a868bf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02390474 BTC
Feerates: 101.67 > 2.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (431,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,697 483,697 0000000000000000012275125e4c470676b5e2d7b22d2ff726ec26d8fbed2870 135 0.08/1.00 vMB 208
483,696 483,696 00000000000000000135773cd9fb56adfc9d827239f6e2555b96690d39009005 1,278 0.52/1.00 vMB 221
483,695 483,695 000000000000000000ba345f7bd63386e5f12370c98d78642ec09d83103359ab 647 0.30/1.00 vMB 222
483,694 483,694 000000000000000000bf096c03584f9f63b2b948c9a015da6b5a7d6cc3c8da1a 669 0.34/1.00 vMB 196
483,693 483,693 000000000000000000766dea397c4ee7bf6ae4a3ad980042d3638f5eaf3a221a 1,602 0.69/1.00 vMB 210
483,692 483,692 00000000000000000088eb16a9afe9a607320d7a2254e864e779277542b50b7f 1,908 0.89/1.00 vMB 100
483,691 483,691 000000000000000000ae8c5ae58a5afa07d56e34f5d724f977e980f0e55a307e 2,167 1.00/1.00 vMB 305
483,690 483,690 000000000000000000b15814d89bc623820d0944f1304a383ed5b5638f97c922 218 0.09/1.00 vMB 27
483,689 483,689 0000000000000000012b498817b5f7f964bf9392f7882c8a8848b7f45ee9a1a2 2,190 1.00/1.00 vMB 211
483,688 483,688 0000000000000000011c21fd163b32b2721fb140ebd6f96a22e47eafc3728ac0 1,852 0.80/1.00 vMB 209
483,687 483,687 00000000000000000107acc69aa7dee6bb07881837a1443785be98398c9167ac 598 0.25/1.00 vMB 185
483,686 483,686 00000000000000000091c9c97d4d1bb43f97f2c4eda8fb23cd4dab873d9966a1 1,520 0.62/1.00 vMB 192
483,685 483,685 000000000000000000313a127b68323884639204e19d9d8b2c5e5605489c1fac 2,228 0.99/1.00 vMB 127
483,684 483,684 0000000000000000000104b5e33833aa1ac14bfef2d74d44ae17ffde8cc695e3 2,476 1.00/1.00 vMB 339
483,683 483,683 000000000000000000799eacee63e3d2bf083d564d506bf5c8fdd90641d4235a 1,793 0.81/1.00 vMB 105
483,682 483,682 000000000000000000c188ef148fcdf86fc9854ec4d255b961e48e8f92062c6e 2,042 1.00/1.00 vMB 305
483,681 483,681 0000000000000000009874ea234a4d0479d3ace87467b68914e29a3112f1776c 1,245 0.64/1.00 vMB 99
483,680 483,680 0000000000000000001d86c93cd829a6cedc8647c91d5745bdc68ba2764fcb41 2,413 0.99/1.00 vMB 204
483,679 483,679 000000000000000000abedbe66571c9af8cbdc83801ae7041bebfd0ac96d72af 2,240 1.00/1.00 vMB 207
483,678 483,678 000000000000000000740f85d6e51c1cc483bd5f70809275fee6978c5c7de128 2,469 0.99/1.00 vMB 339
483,677 483,677 000000000000000000754eab83e7608d0916b63a0f34b1aebae37da9a6786e87 647 0.90/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.