Loading Tool

Explorer IconExplorer

Memory Pool

37,806 transactions
27.16 vMB
0.06030200 BTC
Random Selection Loading Transactions
Max Size: 138.06/200 MB

Candidate Block

Mining Attempt 2ed94f34f57b6b0ad0b15a72259800b570c8140eb99d84ec2e28a419a00ee3e1
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root a6745aa316b8fdca11a1833a1cf57f1c357de341726638473f707deb646f9f6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.00907529 BTC
Feerates: 60.16 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (296,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,938 617,938 0000000000000000000b8c4667dc34406e1f27eed7170bfcec096226977e9a9e 2,645 1.00/1.00 vMB 27
617,937 617,937 00000000000000000003eaf9a2d637ada09bcb1b740443234cf74e9491e8c4f6 2,192 1.00/1.00 vMB 49
617,936 617,936 00000000000000000011b64508bb69b30e1e71fe0f56542abdd61659df9b498c 969 1.00/1.00 vMB 80
617,935 617,935 0000000000000000000b21bccb14724752775f56a9b4361a6dcb3f2f59ee5f97 2,909 1.00/1.00 vMB 33
617,934 617,934 0000000000000000000753fb1ad6f762a72358ae58c1a6fb741840f5499af5eb 1,349 0.47/1.00 vMB 11
617,933 617,933 00000000000000000009c652248deb179503c625c648afb910cc6a4a288a24f5 2,359 0.72/1.00 vMB 18
617,932 617,932 00000000000000000005b1e080fbe180b2959eeab2d566f6a7e4ffe0c529f5e7 1,408 0.40/1.00 vMB 2
617,931 617,931 0000000000000000000a1420cb42074c382964eda0bb1d57e454183fd5926892 2,770 1.00/1.00 vMB 14
617,930 617,930 00000000000000000000940f2b3b960dbcd4296d29edaf1c838d2dc6db862d60 2,373 1.00/1.00 vMB 20
617,929 617,929 00000000000000000011f2da8c08797a5bd896593cdbdf991e371187bb4c7f2c 1,990 0.59/1.00 vMB 12
617,928 617,928 000000000000000000033dbcc8d4158b96862c25307eb2cec6c6a0174f326dee 2,635 1.00/1.00 vMB 19
617,927 617,927 0000000000000000000ea66e382c7564dcc1e55b88e06ba0af6c96b17b696155 2,729 0.91/1.00 vMB 24
617,926 617,926 0000000000000000000a395ce59010d9c5f78c93208ecfd7b0b603819b90098a 2,876 0.95/1.00 vMB 15
617,925 617,925 0000000000000000000a0cfcfaab3b95a18f29215f51e534387d98bef2970a8e 1,792 0.64/1.00 vMB 12
617,924 617,924 000000000000000000094a108adb33931e1346f85822177293d6621860b9e45b 2,315 1.00/1.00 vMB 6
617,923 617,923 000000000000000000048251936a0bcd8e71388bc8766cc30245f7a6a6424de8 3,020 1.00/1.00 vMB 20
617,922 617,922 0000000000000000001149b1633b17ac4da722fff59faac51891f001dd0f5c23 2,521 1.00/1.00 vMB 11
617,921 617,921 0000000000000000000714a1880b69ec1de2594dbf54269b3a0d642e248e2ec3 2,475 1.00/1.00 vMB 8
617,920 617,920 0000000000000000000f66df0bb894d424177cee835021b8e86c1ebb88da52c3 2,223 1.00/1.00 vMB 16
617,919 617,919 00000000000000000004868d01f29aeb852807c126aac111e5b363a642f80e15 2,825 1.00/1.00 vMB 29
617,918 617,918 0000000000000000000256c3d4cad15649a5d25d1645def35206ffd5e56f82ff 2,209 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.75 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: 631.27 GB
    • Received: 12.06 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.