Loading Tool

Explorer IconExplorer

Memory Pool

82,271 transactions
31.06 vMB
0.12368368 BTC
Random Selection Loading Transactions
Max Size: 186.72/200 MB

Candidate Block

Mining Attempt fc65fd79e78e5fce583315da1779136e1c7c78ba1f5ee0b9fa28ed23f85ab9fc
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root d50ae69fee5fc271cb67aca36efdbc504bbcc4a75cb0d59144a6c99e16ca84ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,073
Size: 1.00 vMB
Total Fees: 0.05333047 BTC
Feerates: 180.34 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (525,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,137 390,137 0000000000000000053bc30638b1a1fdf12c656c117bc7f98002006fd6b747b7 926 0.57/1.00 vMB 28
390,136 390,136 0000000000000000069e126c18d2ccea09ed9058033904e41e9832c600fb7f19 1,532 0.90/1.00 vMB 33
390,135 390,135 000000000000000009920e0cf2214263fac7ba4b8e18768227166cc0b3a81743 2,288 0.93/1.00 vMB 49
390,134 390,134 00000000000000000899954b6c0691ed84ba4ef9257b690c216f1d38a0924636 248 0.15/1.00 vMB 23
390,133 390,133 00000000000000000358546c7d5810b542d339eb1b48e2c67507b7100c2dd716 878 0.75/1.00 vMB 19
390,132 390,132 0000000000000000036a8249e4a0dda57479b2ccc49c5c8dff8eac9ed3d8a481 636 0.25/1.00 vMB 35
390,131 390,131 00000000000000000171635d0f24d93b5da02663959a4ce4dd48d74cdd0f9b8a 2,196 0.89/1.00 vMB 38
390,130 390,130 00000000000000000562f9dc79663bfe9412fa4c1b7817bb43c996670d00c554 1,294 0.58/1.00 vMB 36
390,129 390,129 00000000000000000252ade2da3f526ab18c00cd2a6b776babe67b3ced71c060 1,007 0.38/1.00 vMB 38
390,128 390,128 0000000000000000030556c22c9fcbc32db567bf0c23ab5a71742962fe33377a 1,671 0.95/1.00 vMB 25
390,127 390,127 00000000000000000a35b3f501959e1702e1b080d1a8a0a691409635cb64165d 2,560 0.95/1.00 vMB 55
390,126 390,126 0000000000000000015402b539a4dfdcf11677cb9ae421c5c0a7b1d6e8ab44b5 353 0.25/1.00 vMB 24
390,125 390,125 00000000000000000628da571c5f19f4ad5a7a176e2a94f994bf7dcfdd2ad258 1,044 1.00/1.00 vMB 21
390,124 390,124 000000000000000008b6a5884c60fe29c4fa5ad9159f1f46090a5a5b1d2becee 942 0.35/1.00 vMB 38
390,123 390,123 00000000000000000971425d2a06ed7a0ce752f9a2076368d1c4ee7e8201d32f 1,399 0.87/1.00 vMB 26
390,122 390,122 000000000000000009cbd4b828abbfe69da50521090cbca4d9a6e447487c9946 2,474 1.00/1.00 vMB 39
390,121 390,121 0000000000000000006929ff10cb18a017c012b51213658b34d7ed9b930d2669 578 0.27/1.00 vMB 32
390,120 390,120 000000000000000000912346812e264eb98ad41631fe4f97ec8f7caee6bc48cb 1,823 1.00/1.00 vMB 27
390,119 390,119 00000000000000000ad4b9096a138d0e1ebd0aa843bc7441d23359b138cd4ccd 1,446 0.86/1.00 vMB 24
390,118 390,118 00000000000000000a610cb646209403cc22d337d62109e8fbc3400e284fc97f 2,652 0.99/1.00 vMB 42
390,117 390,117 000000000000000009f88edec1de2d863e97acbe48c93e5b1e301eeb1831f3bf 1,704 0.72/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.69 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: 697.28 GB
    • Received: 16.53 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.