Loading Tool

Explorer IconExplorer

Memory Pool

80,158 transactions
29.81 vMB
0.08348981 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 9dd3b5654655235f407de6c51d5d42b3e8ca8a0dc3dc721a37871e585334b58c
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (186,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,961 728,961 00000000000000000008d7b0f58fd0b712ae651df37612aba3edcb434abe038b 2,964 1.00/1.00 vMB 29
728,960 728,960 000000000000000000002f95b061cebf8425f5a9fb0008232240a01064c76810 2,950 1.00/1.00 vMB 28
728,959 728,959 00000000000000000008510fedc822ab19b051f725752f5d0c83efa0a10efdc0 1,396 1.00/1.00 vMB 10
728,958 728,958 0000000000000000000563b21cbbfeb4fcb0100788ac4f7d08d9f72b26ea278f 2,367 1.00/1.00 vMB 6
728,957 728,957 000000000000000000078d8e8ac5b9f439b45df531854a4282358811f40aaed8 1,080 1.00/1.00 vMB 7
728,956 728,956 00000000000000000002d9b73bdbb5ef8dd9643d18d6f3c52fecbc264b3a6ede 1,022 1.00/1.00 vMB 11
728,955 728,955 00000000000000000005c4b283b7f7bab854d8780ef3168ace53821b77c73257 2,314 1.00/1.00 vMB 10
728,954 728,954 000000000000000000060ac66966bb9deed04d9887f5a45630d978d2daa074d0 2,683 1.00/1.00 vMB 12
728,953 728,953 00000000000000000000b778a0e735bde29812d76f9aa1f50958c1ddb76d5ccd 3,216 1.00/1.00 vMB 12
728,952 728,952 000000000000000000078e7cd84393c347fa2ea045a3a514350ecc478c37b2ef 1,740 1.00/1.00 vMB 14
728,951 728,951 000000000000000000011f4ba1d093ee20ded954e11c278a7b6c2cb7d0b0f910 2,157 1.00/1.00 vMB 13
728,950 728,950 00000000000000000001c017d3e89efdfd50b812304786c6fe33d53f536f6dbe 2,397 1.00/1.00 vMB 14
728,949 728,949 000000000000000000071516f37882c633e120a56bd2b6e610bb9e182d88e8a5 192 0.07/1.00 vMB 6
728,948 728,948 00000000000000000007f6d935f4e5d904662bf5f1a30de73d263e146a3d88b8 2,898 1.00/1.00 vMB 6
728,947 728,947 000000000000000000017cb7a568ec63d4900db9278c16fb65307612d74fc82e 2,869 1.00/1.00 vMB 12
728,946 728,946 00000000000000000000954edb994f2e8cfa52bdb1ce2adaa7aa9e2b7ae6a438 202 0.06/1.00 vMB 11
728,945 728,945 000000000000000000071c5aedbbbee84fdb9eeed4894c3a4433f180688d2237 265 0.10/1.00 vMB 10
728,944 728,944 000000000000000000045423701942957f1f7802b77dfbf16dc86369086f458e 444 0.15/1.00 vMB 10
728,943 728,943 00000000000000000009b670072ab56f3cc203c463795f7f1fd4a1ee11e2b610 1,982 0.74/1.00 vMB 9
728,942 728,942 00000000000000000009fc91ce42be309859b6807af9f0a0d43677ac78b50efb 1,282 0.78/1.00 vMB 2
728,941 728,941 000000000000000000075c0bfbc65cdcb71e43f61628ed90da02009d96eae847 2,593 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.