Loading Tool

Explorer IconExplorer

Memory Pool

86,386 transactions
31.62 vMB
0.14661179 BTC
Random Selection Loading Transactions
Max Size: 190.68/200 MB

Candidate Block

Mining Attempt bc915f2c085cbf92ada0173b4f750570b74c51878fbc5d19784a69b3d371a533
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 1b350be205f4239cc2cb05b9afb16e7101bc03075118581c9b00a67547552a8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.06462378 BTC
Feerates: 214.31 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (121,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,106 793,106 000000000000000000006bdb0f9c751d1422abb422d1a0118969e46fc24ecd71 2,874 1.00/1.00 vMB 53
793,105 793,105 00000000000000000002b94341c86ca64d1b4c0c381b92e760a2096440c56022 3,645 1.00/1.00 vMB 69
793,104 793,104 000000000000000000018ce6aebbb5c3796ca42c72b473c0d8d770b9e133b89f 3,489 1.00/1.00 vMB 56
793,103 793,103 0000000000000000000083fcce2f0c17156ff3fd786b96ba6306247692316d59 4,012 1.00/1.00 vMB 66
793,102 793,102 000000000000000000006d5723e4e0cf4447386b8a241b577d1f4d7114bbf08a 3,722 1.00/1.00 vMB 72
793,101 793,101 0000000000000000000496cef36501e7676c60526c9283ffcc9f17a18c11747c 3,786 1.00/1.00 vMB 73
793,100 793,100 00000000000000000001e87cb5690ebe3b59e4e74359675dc610fd3b06ddbbe9 3,561 1.00/1.00 vMB 115
793,099 793,099 00000000000000000002fcca65bbb50f5262b50b41edff520c0c084aebce6220 3,117 1.00/1.00 vMB 95
793,098 793,098 000000000000000000019676a8fdf460b93b97901662aa1bb04a17c902b59d70 3,620 1.00/1.00 vMB 33
793,097 793,097 00000000000000000000343e99c4245b422ec4ae3ece2808b7e1e741c879e048 2,508 1.00/1.00 vMB 19
793,096 793,096 00000000000000000000d83a7cada5fa76651a20d4a1d6bce99e8817280a2213 3,479 1.00/1.00 vMB 39
793,095 793,095 000000000000000000016aa76d03119a02f77f050deeb03561db11b8bdd44c8a 2,076 1.00/1.00 vMB 26
793,094 793,094 000000000000000000049bf525a368677ab2bef26727d05695e82e195b9acae3 3,298 1.00/1.00 vMB 28
793,093 793,093 00000000000000000002e582bc9ebf0c4ffedf66057dbb1d8ae1ccbe407f194c 2,540 1.00/1.00 vMB 14
793,092 793,092 000000000000000000004e097672f1e08387c7861c8e04f6fe8fb5b34b9dc8d5 3,100 1.00/1.00 vMB 26
793,091 793,091 000000000000000000036efb3762ef845084a4986d5487705a1d8b614f49447c 3,389 1.00/1.00 vMB 43
793,090 793,090 00000000000000000001c5ea8d6f1acd6e25a78eec79b9cf36af8ab5425ea8b7 3,671 1.00/1.00 vMB 70
793,089 793,089 000000000000000000026e80b5539708b0427c35b6958b21b1a71be5743df644 1,911 1.00/1.00 vMB 21
793,088 793,088 00000000000000000000ca0c0dd1f0c71de5da9db94a352b009f69924e2a7d8d 3,996 1.00/1.00 vMB 23
793,087 793,087 00000000000000000000ca9252fa0dcc6704fe553535423adceff5145f9de4fb 3,400 1.00/1.00 vMB 60
793,086 793,086 000000000000000000025ab0d349373a07900e62339870df13a4072a8fa6c6f6 2,333 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.33 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: 660.71 GB
    • Received: 14.77 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.