Loading Tool

Explorer IconExplorer

Memory Pool

86,782 transactions
31.55 vMB
0.21272517 BTC
Random Selection Loading Transactions
Max Size: 191.51/200 MB

Candidate Block

Mining Attempt 5d674bcd6a1ed514fa0222ec48ca8e609a8e1e0a234a882271e09197bd636f0d
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec432c828c31c21a5d0f11f6c250e246f779be6d1ea653f0fa1abab1cdba7648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.10734731 BTC
Feerates: 502.67 > 10.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (454,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,068 461,068 00000000000000000131f75ce129576c32c05e89ae04e452f40b1cdb5d2913f4 2,026 1.00/1.00 vMB 146
461,067 461,067 000000000000000000d48f7350f0b5d45feba9900a7e747c3da0c62f56bf81b3 1,102 1.00/1.00 vMB 88
461,066 461,066 00000000000000000015db781cc2caa8522c933e54bcea726a41fffdb9bc90b4 869 1.00/1.00 vMB 63
461,065 461,065 000000000000000001e43c0d6ab574671d8b9334761c1f1ee36aac946d25c7f4 1,155 1.00/1.00 vMB 36
461,064 461,064 000000000000000001475737ecac8b6d08c868e63efdc4493603967a0090b82b 2,205 1.00/1.00 vMB 148
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
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.