Loading Tool

Explorer IconExplorer

Memory Pool

85,781 transactions
32.88 vMB
0.13235394 BTC
Random Selection Loading Transactions
Max Size: 195.56/200 MB

Candidate Block

Mining Attempt 15a373813dba0c71dffe8999a27356c6893e89d223e71d76aafb3a3a801ef9ee
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0191e0b882800499a01c0e2e8344c29037ac6d8b6a29f3666b9b80ce5b5f114a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.06108579 BTC
Feerates: 387.56 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (307,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,958 606,958 0000000000000000000f24b29292b7f897964f3c0f373739190d17b6cd567547 3,104 1.00/1.00 vMB 23
606,957 606,957 0000000000000000000c8c495c505e95121c3f4a1926da9d484fb32f73dbdcf0 2,915 1.00/1.00 vMB 33
606,956 606,956 00000000000000000008ebd616402b1f08b1ed31cfd00295aeb01385ec0bd931 1,667 1.00/1.00 vMB 3
606,955 606,955 00000000000000000006d8dce3b839d895eb348435b38a55b32c4e59827fc035 3,010 1.00/1.00 vMB 18
606,954 606,954 000000000000000000042daeaf56a0b50d5e91f3c45f70b92e6009e18e8f734c 2,613 1.00/1.00 vMB 15
606,953 606,953 00000000000000000012996a651402c14b829655b3fee4284e7ce258760d8caf 3,075 1.00/1.00 vMB 24
606,952 606,952 00000000000000000008aa7f67136e6735b2ff80ca63b274b72423b3e5eea476 2,616 1.00/1.00 vMB 17
606,951 606,951 000000000000000000034ec83a9ea400c40a75a05095fe68cc3fc5a0d0113cad 1,397 1.00/1.00 vMB 3
606,950 606,950 0000000000000000000fc2ae9d44c1cff4b5037187363da2914f7c100bda6111 2,419 1.00/1.00 vMB 7
606,949 606,949 000000000000000000079d61d0467e949b88a8d2bcca67d8de250e868474690e 2,814 1.00/1.00 vMB 23
606,948 606,948 00000000000000000015a78c72378105d3bc6093768aad21ce68645cdb40a7ad 2,106 1.00/1.00 vMB 8
606,947 606,947 00000000000000000004964af58f687e63bb52039b42632888f755d2df36d55c 2,375 1.00/1.00 vMB 15
606,946 606,946 00000000000000000000cefa9d9188af9f0688ec11323f364b4c5778ccbdc2c1 1,841 1.00/1.00 vMB 16
606,945 606,945 00000000000000000012efd63632b99df42302b965e8883183dd6e986a3e37e1 2,354 1.00/1.00 vMB 22
606,944 606,944 000000000000000000028d03839d4b08595d9a25b2f0f7042e92c11fd1a602fd 2,003 1.00/1.00 vMB 11
606,943 606,943 000000000000000000143a20e440d9c13a7b1211601dfdec290eb0dd881e6943 3,064 1.00/1.00 vMB 16
606,942 606,942 0000000000000000000c960cb903301821c789efea2f75bb76afbf1c74abad1e 2,768 1.00/1.00 vMB 24
606,941 606,941 0000000000000000000c5d9e53973d9acfd73370ec5da044f0c82e68d7e7ed5e 2,270 1.00/1.00 vMB 10
606,940 606,940 0000000000000000001249ba584486f4f11307955dddd53c8c272ca7f662e508 1,025 1.00/1.00 vMB 12
606,939 606,939 0000000000000000000cf0e6eb8619a9f87d0a762f9c70f6920f463ed6f3bf71 2,130 1.00/1.00 vMB 19
606,938 606,938 0000000000000000001303724667f73e29d983f627baead9c6c1c356c57ca56f 2,673 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.