Loading Tool

Explorer IconExplorer

Memory Pool

81,816 transactions
30.38 vMB
0.08346372 BTC
Random Selection Loading Transactions
Max Size: 183.07/200 MB

Candidate Block

Mining Attempt 82801a4a97047ba11e52a763b876f652e1bcdb113c9f627f8ba8e7ec8b9b1b88
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 0b7af19cbff23be4d93761d8fba0fade25317dcb5870ef7aaa590de1b155adb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,959
Size: 1.00 vMB
Total Fees: 0.02114299 BTC
Feerates: 203.60 > 2.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (511,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,349 403,349 000000000000000000a570edd1b41ec60a7794b63a3a36425f14048735a46c00 3,237 1.00/1.00 vMB 78
403,348 403,348 0000000000000000046cc7e3daaecfe5d4563b4ebdb1fb9a8c9d3dcd0117103b 776 0.37/1.00 vMB 39
403,347 403,347 0000000000000000064b67443cf3ea05de7e11a86c779f05f7d1e6d01d189d81 70 0.03/1.00 vMB 68
403,346 403,346 0000000000000000018d9f0d0e3620c01fff681fc50596011750dd51b0216f31 1,182 0.61/1.00 vMB 38
403,345 403,345 0000000000000000019f049922dff15f8cd9bddb2790429c06ac2e177409564c 1,039 0.49/1.00 vMB 38
403,344 403,344 0000000000000000066b5b054904c47e6c7d0b9b160feaf8b9f4c899e3f20077 62 0.04/1.00 vMB 31
403,343 403,343 0000000000000000015d9aa8eb257adf68bafc7bead99bd1b440bf2be8284928 1,003 0.52/1.00 vMB 37
403,342 403,342 000000000000000000bc95ee56971be433816d76b4f940e67cb95e414faf3737 1,093 0.76/1.00 vMB 22
403,341 403,341 000000000000000001ade2ddcd3e8a1e3c583d24788144c401875de01cba2bec 2,733 1.00/1.00 vMB 53
403,340 403,340 00000000000000000626c548da60ddfc814987ff695bb1b78355546796ff5c09 538 0.23/1.00 vMB 43
403,339 403,339 000000000000000000001a1ff06cbb91e09abbe366e4917edda33b8d7405847a 1,683 0.88/1.00 vMB 39
403,338 403,338 000000000000000005433187ed8273e66c22a0cfbd37b532fd5f2f7ceeadf9d0 956 0.67/1.00 vMB 27
403,337 403,337 000000000000000003e75c63abe376e48f77323c9d704092f4507249ac70f512 2,019 1.00/1.00 vMB 50
403,336 403,336 000000000000000003ba382d7a0072f1a75106497014c44a1a354c4fde12b21f 631 0.40/1.00 vMB 32
403,335 403,335 000000000000000004a82379ba1e56ef7d696ff40ee16d5051ec2c7b676f1b7f 1,467 0.61/1.00 vMB 44
403,334 403,334 000000000000000005a7bdd5ecb1a02802b7d6fbfaf87fcffbd0ba1ef1da1bbc 778 0.60/1.00 vMB 28
403,333 403,333 0000000000000000068f05a59b723ca13192992cf473ae0756e5351912776b99 2,233 1.00/1.00 vMB 39
403,332 403,332 000000000000000005af98959dc7016f57a970e7c7cfd2963ce62598e3d2728a 2,842 1.00/1.00 vMB 49
403,331 403,331 000000000000000003c0a24d28c3381ae69b1f3daceff3d5bfaacb6de8d8360a 160 0.09/1.00 vMB 31
403,330 403,330 0000000000000000034eba0b1b57a804ffc822e57527ae47dba653e4d46333b7 646 0.60/1.00 vMB 34
403,329 403,329 0000000000000000029e1a88af287a03a86b089461c2809e04132ff147dc7eb4 2,091 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.80 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.