Loading Tool

Explorer IconExplorer

Memory Pool

80,645 transactions
30.37 vMB
0.07928471 BTC
Random Selection Loading Transactions
Max Size: 185.50/200 MB

Candidate Block

Mining Attempt 92bf8f0a721005638c3c7dcc9f8edb332227dcf27580fc017a718b46b500897e
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 94bba7cb18722f58d5dd57aaf4919a6677b6052d5ad0b8846f2a4e106f91f1cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,925
Size: 1.00 vMB
Total Fees: 0.01150359 BTC
Feerates: 318.30 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (557,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,448 357,448 00000000000000001647b148b5fa9b753dc08c7393f3c9b3af74d3e7acf88eb5 982 0.55/1.00 vMB 22
357,447 357,447 00000000000000000e3f8f718bf0c47db3567ff5999e4e197af21b48160d0388 1,623 1.00/1.00 vMB 23
357,446 357,446 00000000000000000dd1395e07e318677dab0adad166ccc4fa99fc8360a5f8a2 1,101 0.75/1.00 vMB 23
357,445 357,445 000000000000000013027f92e5a9accaad71e26c576d05c71459cf395a282f84 914 0.75/1.00 vMB 22
357,444 357,444 000000000000000015b1390f0ac08e89a24d2651a40d7c67469ef5e5f681ec6f 2,074 0.90/1.00 vMB 27
357,443 357,443 000000000000000012a4ab53005a7eb41b5580cb7d60c090520d48296a7d5a71 2,454 0.75/1.00 vMB 64
357,442 357,442 00000000000000000cc15aeff28be99112f3e70c23f9ad9fb3e6adfa1126b62e 2,125 0.98/1.00 vMB 30
357,441 357,441 000000000000000007a46ebad951268d449e7d85eadd16173166a2a635229b19 836 0.38/1.00 vMB 29
357,440 357,440 00000000000000000aa2fa106ed1a5afabc0a6069cb85faa65fdfe41a42b4b20 181 0.11/1.00 vMB 38
357,439 357,439 00000000000000000e5e94157c50cf22f3fb100a14b6d36057eb13dca152ebc5 294 0.18/1.00 vMB 23
357,438 357,438 000000000000000003fb14709686c86317a79de0ab5bccbc012260591186d925 47 0.10/1.00 vMB 4
357,437 357,437 000000000000000002b3f7d7e6845e55d71d7c4b85e3023d43cf6ebbf9c16d06 67 0.08/1.00 vMB 9
357,436 357,436 000000000000000007654776d08c4d7119a47337fbf212cc742c4f23973c7115 177 0.10/1.00 vMB 21
357,435 357,435 000000000000000003eb5b385a2bcc6fd5ce65af57fecf39a4fdebd762619ef0 1,201 0.57/1.00 vMB 26
357,434 357,434 000000000000000008c811e86bd6b4064af5b23aae181e9e0e702e5c4e511687 707 0.37/1.00 vMB 26
357,433 357,433 000000000000000002b7838f490c3072cb30a23f95aa9b3505037481f80075fd 983 0.57/1.00 vMB 22
357,432 357,432 0000000000000000109e185ee9f33ed561d456230062402d3e4adcfc7ab4a3b3 517 0.26/1.00 vMB 26
357,431 357,431 000000000000000015fc4c23e1f3a7b423ebaf0520a878d287840c535a48d62a 486 0.26/1.00 vMB 23
357,430 357,430 000000000000000009863c45b1a0cba1868b8252aa950ad0b07f67b79a9c704a 750 0.60/1.00 vMB 14
357,429 357,429 0000000000000000040522cf3655d8fd5d62f9ffb04b16811cebf39e4dc416bb 1,287 0.75/1.00 vMB 28
357,428 357,428 0000000000000000098b943d417dc9fc954059ca25482a3a7e927fd65c6c9064 1,871 0.75/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.00 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: 718.31 GB
    • Received: 17.88 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.