Loading Tool

Explorer IconExplorer

Memory Pool

41,687 transactions
26.06 vMB
0.05117820 BTC
Random Selection Loading Transactions
Max Size: 136.62/200 MB

Candidate Block

Mining Attempt 707dccd5b2de9bd851b665d9a18c104f5e7379a61ba937c838b34cd90c0ade1f
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 722c558b338ee927704550a87e178a1f92a55f182eaa8a0c32dd7eb05443ab77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.00369281 BTC
Feerates: 18.26 > 0.37 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (410,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,962 503,962 000000000000000000424d76677560762d4d7010cfd4ec65cf00aed3a775978c 2,643 0.99/1.00 vMB 517
503,961 503,961 0000000000000000000070688cff873cc61c1827c77d0df564a8dca31cf3cf23 2,861 1.00/1.00 vMB 491
503,960 503,960 0000000000000000000e4b14863dd2282a889b93f27441a1bc2b1a520bc956c6 822 1.00/1.00 vMB 178
503,959 503,959 0000000000000000008dfad92820e94c61f49e775b88d081b1599d1e6abc7971 2,729 1.00/1.00 vMB 458
503,958 503,958 0000000000000000006414e0a09fd1fea80cd67751874d5ce6e90bb2bf8dc901 293 1.00/1.00 vMB 129
503,957 503,957 0000000000000000004da6dbac8d3fe2301bd13ca70cf3072bf13d2ffcc29d41 1,568 1.00/1.00 vMB 351
503,956 503,956 0000000000000000003c99d44d945eb48e6a241a95cabf9dd53cf8eaf95078fc 2,148 1.00/1.00 vMB 276
503,955 503,955 00000000000000000087e01f1237d882e6b7e988b541c696634ea78f74b5412b 2,436 1.00/1.00 vMB 456
503,954 503,954 00000000000000000066b766f59a2e5ab45278b40a46c169395be995c6571af9 1,613 1.00/1.00 vMB 259
503,953 503,953 0000000000000000004a83b2cce72f47b9588e64c3055dd79b6ff7f916175a42 2,766 1.00/1.00 vMB 536
503,952 503,952 0000000000000000008913da0a7afadb3f28240e0fe7619f17588653e9dc0f0a 1,303 1.00/1.00 vMB 237
503,951 503,951 0000000000000000004a2842037cfa1a3d524131357d7896011e76b733267985 2,230 1.00/1.00 vMB 407
503,950 503,950 0000000000000000003b3a408dbb3e8754e8545f96cf2d52994009c4fd12a276 2,645 1.00/1.00 vMB 509
503,949 503,949 000000000000000000226239aae33c649e6758d2cdadeb025acbd4c0aa86ee75 2,991 1.00/1.00 vMB 506
503,948 503,948 0000000000000000002c6a26f09f97eb124a3445818e09fb32587afc91fed338 1,766 1.00/1.00 vMB 329
503,947 503,947 0000000000000000002a25838c25b1b4b6080bd1b85cf67188bd1304c3540ed5 667 1.00/1.00 vMB 226
503,946 503,946 00000000000000000064c008296f80542ade676447b2cec9c9f70b1c0fb0075a 2,331 1.00/1.00 vMB 375
503,945 503,945 000000000000000000664f012f186730de1fc0bdecb78fa12b18b82b744edcb0 1,334 1.00/1.00 vMB 289
503,944 503,944 00000000000000000027f3de129418bf57c9e27c8286eb58f8f06e200f6c1f85 1,775 1.00/1.00 vMB 277
503,943 503,943 0000000000000000006dfbf061e9b8a3ca27e285b7cd9da94df58cfcbc32c6bd 1,611 1.00/1.00 vMB 342
503,942 503,942 0000000000000000006c41d34697a7d9f7f515bbd29a271f69ba733fc42987b2 210 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.