Loading Tool

Explorer IconExplorer

Memory Pool

41,922 transactions
28.21 vMB
0.07035944 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt d9f4f75b4a6d8b6370181e87fc510d997d8c239551bf35967f6183f670f26d8b
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root a615a6d2e1901456d0d953512b0cc3126e8f162d560fcef412a2a16384f5e97a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01509675 BTC
Feerates: 100.56 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (487,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,396 427,396 00000000000000000430e3eaab14cda09f06e0a2b0899b101402603c709aab2c 2,483 1.00/1.00 vMB 64
427,395 427,395 00000000000000000222a796266e1beb44eee1f1b7db9ddb9bf563ce226d795d 2,679 1.00/1.00 vMB 69
427,394 427,394 00000000000000000333cf546a3e56f614b06ddf8c3582d02d78e84b83ddfe66 2,124 1.00/1.00 vMB 66
427,393 427,393 0000000000000000041475c569fcb47b42341dec17b611718e8106d36fcaca0f 2,185 1.00/1.00 vMB 52
427,392 427,392 000000000000000001d689458332df92b48f7a797acde5ed93251cc33c10501f 2,677 1.00/1.00 vMB 74
427,391 427,391 000000000000000002e2f6ec3c9eb965aa706c788da7dede201b6b4b8fae3971 1,904 1.00/1.00 vMB 57
427,390 427,390 000000000000000000c7e7e7dfaf3b90a5f860291ddb78cdaf5ce934ab105ac3 2,270 0.99/1.00 vMB 55
427,389 427,389 0000000000000000015d059c56e8eed49c7ddb255e10ff06ce32b317413a13a7 729 0.27/1.00 vMB 60
427,388 427,388 000000000000000004270f5d34ecb5b573df2904822ab94bf304256ae35f2784 1,608 0.80/1.00 vMB 48
427,387 427,387 0000000000000000020b8a9d964a80f03cd68de72aa2700c4870a8dfa98e94c9 2,421 1.00/1.00 vMB 60
427,386 427,386 0000000000000000021b91182cacb5cbe8108d27f5b91072ee1f2f2753af7cd8 2,037 1.00/1.00 vMB 52
427,385 427,385 000000000000000004cd48cfaadedfd42fdc8ff0a993e1cb936028f7cc3742d2 75 0.03/1.00 vMB 56
427,384 427,384 000000000000000001afa889cde6f918bd05bb2b8aac5b01aab072205da0940c 710 0.36/1.00 vMB 52
427,383 427,383 000000000000000004a61c10687f0e3e557a7b8d77ba54e17c8442d4ba6739a2 435 0.18/1.00 vMB 50
427,382 427,382 000000000000000004a811dfe991fa80174992ab19777acc371fd58caccf39c6 1,059 0.62/1.00 vMB 35
427,381 427,381 000000000000000004bcf52e06dbfc7d83c25d2944c1f485d3f3494f984c9c81 1,463 1.00/1.00 vMB 37
427,380 427,380 00000000000000000015f613f161b431acc6bbcb34533d2ca47d3cde4ec58b76 2,089 1.00/1.00 vMB 61
427,379 427,379 0000000000000000005d09f8f645a0dae11ba045b0376e4f956073b64811e851 1,909 1.00/1.00 vMB 63
427,378 427,378 00000000000000000304c218f2963f60ff4a9b29ee6f872a484a6902512c51cc 2,344 1.00/1.00 vMB 52
427,377 427,377 000000000000000004541f804b703fa7a4337aba83c536f9be46b3b9b4104ea9 2,553 1.00/1.00 vMB 86
427,376 427,376 000000000000000001be8fe2f5b820553616c4482f4eb35a92d3d0042e0f73d1 1,146 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.75 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: 631.82 GB
    • Received: 12.08 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.