Loading Tool

Explorer IconExplorer

Memory Pool

38,963 transactions
27.45 vMB
0.06949369 BTC
Random Selection Loading Transactions
Max Size: 139.65/200 MB

Candidate Block

Mining Attempt 66eb2f1df0d53ba7f3533edebd5feb73a000b3ba387833d795f4177f4115e422
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 15fd53f7918f0c0598b9259a9e7c31343874a4a9e80ede480704d3eb9720cd50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.01743941 BTC
Feerates: 179.53 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (222,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,047 692,047 0000000000000000000267517036291b2d00c2faa216c943e50795e7be297d2a 3,499 1.00/1.00 vMB 8
692,046 692,046 00000000000000000012ac3beb682b0577f244325a15d370e8bf41b5af7d4994 2,282 1.00/1.00 vMB 3
692,045 692,045 00000000000000000008915d87c3be962fe2bacfba1c89b3595fa02ea515056b 2,566 1.00/1.00 vMB 10
692,044 692,044 000000000000000000108fde34057e8f054f2fb048c88e6b6adfaf21e56742f9 2,807 1.00/1.00 vMB 19
692,043 692,043 000000000000000000011e8b3df6501da0a9fdf85d7ce285f2d2ac8fd0ea0ec1 2,818 1.00/1.00 vMB 25
692,042 692,042 0000000000000000000c2a6c743a7106afee7fdb50fa0a0529580f3e155acd31 2,479 1.00/1.00 vMB 21
692,041 692,041 00000000000000000012a9d29922257c122d8119648a3717b68dadaa730cced0 2,966 1.00/1.00 vMB 17
692,040 692,040 00000000000000000008c7b6edd6a7e73025da5ed98fa4dfd08c16ce083d901d 2,272 1.00/1.00 vMB 18
692,039 692,039 00000000000000000013ba7c1ff57c0c7b119eb3450959fd75a3ab2995a7a423 2,644 1.00/1.00 vMB 40
692,038 692,038 0000000000000000001216a0585477b11b4a549f701302b600c7272af90b72bf 3,141 1.00/1.00 vMB 5
692,037 692,037 000000000000000000035b526a55e4c446a47b8359958998c7d3023a2efc6855 2,955 1.00/1.00 vMB 4
692,036 692,036 0000000000000000000990d9b893c9e10a0f74dbfd03ad02277d9c6192e7aaf6 2,854 1.00/1.00 vMB 32
692,035 692,035 00000000000000000004d696fe934842f5409ee04d8c5d26af68d2e1f694e9d9 2,809 1.00/1.00 vMB 39
692,034 692,034 00000000000000000006c3eb15da42ebe2b7064051606affbb46261d7ad9535b 2,821 1.00/1.00 vMB 17
692,033 692,033 00000000000000000006daf812d766c538dbd3c17b733d3f7d51bdf5813a32fd 1,272 0.94/1.00 vMB 7
692,032 692,032 000000000000000000085359a0e309a4c1cb4d71b322406cb00060c69cb63020 1,788 1.00/1.00 vMB 13
692,031 692,031 00000000000000000000b67d99568d6edbc3aacccdd0af37a622e3111708a698 2,722 1.00/1.00 vMB 15
692,030 692,030 00000000000000000008fc3e406f13cd43cdd018d593360b1d3ea5f5db72116f 1,048 1.00/1.00 vMB 5
692,029 692,029 0000000000000000000f42366ec55f5eff1703ed9bad25c2a8c5d2d67e1b8045 2,888 1.00/1.00 vMB 17
692,028 692,028 00000000000000000001de0e2c130c3652ba0cea1523a0b426f63ae4b5739611 248 0.99/1.00 vMB 3
692,027 692,027 00000000000000000009ed1c0bf2134643a63affeaab5ce3caac8f6a39eeb11d 1,516 0.96/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.