Loading Tool

Explorer IconExplorer

Memory Pool

83,014 transactions
30.45 vMB
0.14965362 BTC
Random Selection Loading Transactions
Max Size: 184.41/200 MB

Candidate Block

Mining Attempt ca44ef9c3ce6511242065521ae3b5e742fb461d1dd298d3f1cb43898e4f7c2d1
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 51d9f2423fb5c0429cc53c7b9b83ff67473787aa91826e3243a1733a323212a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.06758048 BTC
Feerates: 150.61 > 6.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (454,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,063 461,063 0000000000000000001cae43f42b91f9effe23b45713597627912312cbc85cb1 1,638 1.00/1.00 vMB 120
461,062 461,062 0000000000000000010aec1403fad1e3849fe3484766c0d3258a346e10f224dd 2,259 1.00/1.00 vMB 78
461,061 461,061 000000000000000000d05c402396ddf1d8a0e0391eea55c33754758086d9b7af 2,726 1.00/1.00 vMB 193
461,060 461,060 000000000000000000244005efcb3aa6deea2def37b84dad121d821f0aab6f67 1,521 1.00/1.00 vMB 121
461,059 461,059 000000000000000000209af78ab17c8fe63a3d1c0927e5d50152cca7aa24bb0d 1 0.00/1.00 vMB 0
461,058 461,058 00000000000000000210e9ec69eb961b7bbd3d8d37bb3b27e7495bb5cee75dac 1,390 1.00/1.00 vMB 55
461,057 461,057 0000000000000000022c07c0188505b052078e959dd31ea38021f10d5d11bf54 2,399 1.00/1.00 vMB 172
461,056 461,056 0000000000000000005aba19d807260f359361a9b520ce9e12be7d04cabde9a4 1,163 1.00/1.00 vMB 59
461,055 461,055 000000000000000001f97f4d6af5700266323d0b6ed99e663b5f20158819e4f6 1,946 1.00/1.00 vMB 156
461,054 461,054 000000000000000000be4d2fb08d06cc195c94eb5a3dd7d487abfee868d83503 1,410 1.00/1.00 vMB 84
461,053 461,053 000000000000000001f4c1a97ece3b090a1e93857fe207620b4692d73ff4fcc5 1 0.00/1.00 vMB 0
461,052 461,052 0000000000000000015ce6052f04491f9f7ed5a4cd8170f7038b8a71bd873085 188 1.00/1.00 vMB 165
461,051 461,051 00000000000000000000216bc97570434323f71af1b3b9377e829175953bbc9f 2,238 1.00/1.00 vMB 140
461,050 461,050 0000000000000000018f50aedb4c5697f91020d837e092875680535816d8d0f7 941 1.00/1.00 vMB 58
461,049 461,049 0000000000000000020e1050e7cc2cdc02c0a161349871b82c3d11a5efecc1ab 347 1.00/1.00 vMB 29
461,048 461,048 00000000000000000179cdb74e0785ce2e313b83d4380630c28df01b36072a85 118 1.00/1.00 vMB 19
461,047 461,047 0000000000000000007044bb8706097bf8c72a4d9e102ce4b9ee809e5f64b26a 642 1.00/1.00 vMB 38
461,046 461,046 00000000000000000130a813c1f880275d982481ca67cbf42e42caafac02a5f7 1,101 1.00/1.00 vMB 88
461,045 461,045 000000000000000001dff2274133de5737eda692a8c8bc281a5cb64b479c988c 2,415 1.00/1.00 vMB 149
461,044 461,044 000000000000000001b2e81a355b8c0259ed42281d1458cbf8ada8eb8bc41d8e 379 1.00/1.00 vMB 37
461,043 461,043 0000000000000000013cceec90250f31994428fc10c337e6c2902ba575282b75 1,083 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.