Loading Tool

Explorer IconExplorer

Memory Pool

77,289 transactions
28.98 vMB
0.06875209 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt 314ab8448b58b398bca445aa43626225765746fa1fb64afdba37b89633ce10f3
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root fc8a8a9c8ce515e469ff8084db6d0c5ed1b00bfb03548386e06107a0ccb8cc6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.00559547 BTC
Feerates: 96.15 > 0.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (142,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,836 772,836 000000000000000000068c26a8d384f5b298336ee0653a06e0d0a883fd39c334 2,670 1.00/1.00 vMB 5
772,835 772,835 00000000000000000000f5331e45201bbd5d66ffecdcfaa614e39d9b48fc5094 3,276 1.00/1.00 vMB 17
772,834 772,834 0000000000000000000015e8d85b33c36895e87449359e9af757c0f0f6512289 2,171 1.00/1.00 vMB 35
772,833 772,833 00000000000000000003f8631f46af607b6153c1799766b26149995b8fc0c88e 1,907 1.00/1.00 vMB 14
772,832 772,832 00000000000000000006e795d612bb4fd19379ef456f3bbdb110f240fbb2afe1 3,377 1.00/1.00 vMB 28
772,831 772,831 00000000000000000001d4b357faabea03137d135c7a7c4055ee5d19df4b9e1f 1,307 0.82/1.00 vMB 2
772,830 772,830 00000000000000000004c224cf3b15ba79fdc1b1b71c1ee4ebf7f86ccc202ab3 2,891 1.00/1.00 vMB 28
772,829 772,829 0000000000000000000430bdddee4bb90db7f3b68ecd7e6512d4d7d0e7fe4c37 2,128 1.00/1.00 vMB 4
772,828 772,828 00000000000000000006fd00d2ab15b7ce11111235ab387169bab085c223872d 1,760 1.00/1.00 vMB 10
772,827 772,827 0000000000000000000110657d7c9db117961794d66ef1fe80e7ce2e33bd80b8 2,941 1.00/1.00 vMB 23
772,826 772,826 0000000000000000000700da35f5da4f4b71a8dfd3db95e2818db0271d7f0546 2,221 1.00/1.00 vMB 15
772,825 772,825 000000000000000000020c46d26c2cfe764b2f56c0423a68f19589625f8c78c4 1,258 1.00/1.00 vMB 18
772,824 772,824 00000000000000000004772f6e8cf8289b11a27ec96bb30a6eb4032d22ad3892 2,937 1.00/1.00 vMB 25
772,823 772,823 00000000000000000003d3daf288d8d7b18a270b903437f7e588b29ba14faa3e 831 1.00/1.00 vMB 3
772,822 772,822 000000000000000000058f63025230d558a49beae27fade58ba538192468351d 2,675 1.00/1.00 vMB 7
772,821 772,821 00000000000000000003bb43d22b4c071c9379fcab28d5d54a959de177eef371 2,518 1.00/1.00 vMB 8
772,820 772,820 00000000000000000007273df25245d20b5656ac7e0fdb54fb5abd2f157efef2 2,735 1.00/1.00 vMB 23
772,819 772,819 00000000000000000002211e1415ee5c38618f030fafe5cf1e5180bcda353c5e 3,337 1.00/1.00 vMB 14
772,818 772,818 0000000000000000000748ee9c74fc94e91fc4c64935c5c065e1bb9679dbafe6 2,540 1.00/1.00 vMB 7
772,817 772,817 00000000000000000003caa535cd9a3633cae8d72daa8814b969c89a3b3289a3 2,138 1.00/1.00 vMB 11
772,816 772,816 00000000000000000002177734d016a1fc3dab83c55bfbed6893cca877fb70af 3,427 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.