Loading Tool

Explorer IconExplorer

Memory Pool

77,201 transactions
28.75 vMB
0.07511485 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 8557e0f5a104ae3bd17df7f02ee582c3262bc3f634a6eac00f59e8cabc371e4e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root aec95da15687b1275fd37c430ce29752ab3aa4c537936e8f0d1ebd16633f0a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,967
Size: 1.00 vMB
Total Fees: 0.01530905 BTC
Feerates: 71.79 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (454,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,073 461,073 000000000000000000607a2d09c284679e36ab7e3fac07c9827d99be7493c99b 1,184 1.00/1.00 vMB 92
461,072 461,072 0000000000000000000fe724773519d1d183022f77a1ee54ef3a5c08cc4f014a 128 1.00/1.00 vMB 15
461,071 461,071 0000000000000000013a9cf4b91bf87d443292ca8e3b7e20cc196041643bd9ef 384 1.00/1.00 vMB 39
461,070 461,070 0000000000000000020a8aa4f1d9f4996fb47a826817b0048a3de8291e2271e9 488 1.00/1.00 vMB 46
461,069 461,069 000000000000000000b456f7d893e8ec97d4015f1c1d838884669dd879013df0 1,686 1.00/1.00 vMB 119
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.