Loading Tool

Explorer IconExplorer

Memory Pool

81,872 transactions
31.11 vMB
0.09321112 BTC
Random Selection Loading Transactions
Max Size: 188.77/200 MB

Candidate Block

Mining Attempt 77630c1659d247e46985df8c18e55142a1eab817059c39ce73ed69d3003a568f
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 8eee77f5d7ba0b7bebd16fe81fbf8f749be82642cb549b9a8a316a54faf12d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02606976 BTC
Feerates: 351.58 > 2.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (525,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,145 390,145 0000000000000000073778ed82789b9b17d94b98a7efabc752d0d2eb1512f51e 998 0.42/1.00 vMB 36
390,144 390,144 00000000000000000334175400be007d5483d17c3c4bd70d828f57efc6fd0a09 1,080 0.87/1.00 vMB 20
390,143 390,143 0000000000000000030d2225ae62e03d4a8cc2c0ed9638909e39b22d8efc146f 316 0.17/1.00 vMB 25
390,142 390,142 000000000000000007af28d5efd3b4700a1eeffafd718fa50b8bb70f0a14ad7a 430 0.20/1.00 vMB 28
390,141 390,141 0000000000000000097f32ce2072784a9defd1d50e386bae4ba5c1d6db0a4aca 578 0.32/1.00 vMB 28
390,140 390,140 00000000000000000314a6fca2b37c05fd4ea7bb24b19e7a3ca7b59c3e987d4f 718 0.33/1.00 vMB 36
390,139 390,139 000000000000000006e91ee440cbd7011c54b85a32dba1bd21f0c2fa2d34b76a 480 0.25/1.00 vMB 27
390,138 390,138 0000000000000000078258ac7fa46f73ef7d539041df2a62a4e8742e365df23c 860 0.54/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 782.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 708.65 GB
    • Received: 16.75 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.