Loading Tool

Explorer IconExplorer

Memory Pool

84,940 transactions
32.79 vMB
0.15176973 BTC
Random Selection Loading Transactions
Max Size: 195.67/200 MB

Candidate Block

Mining Attempt 095f6f7ed5eaffd10c9813fd4a6cfff1c9bd0b488d4a85d36c0fb0d350ef75d4
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 6a244d0510c6ffe89215ff9ad97ab2550dbbf7b7eead25f0b6572a6e56abdfb0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.04674067 BTC
Feerates: 318.30 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (626,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,780 288,780 00000000000000002ee2f910416e29fe2827454c46a8af05835822280ea24b2e 557 0.50/1.00 vMB 23
288,779 288,779 0000000000000000ea125e6d30a55cfc13a22e63aa6d88a8a8d1774a481eba62 256 0.10/1.00 vMB 49
288,778 288,778 00000000000000004f7170a5ff9b7f4f19b7f28b1cc073fb54fe62f1e76da0fb 294 0.35/1.00 vMB 16
288,777 288,777 0000000000000000ee2e8801bdfc9663f98e117ff89ee6ce14712cd5c95b037d 916 0.35/1.00 vMB 51
288,776 288,776 0000000000000000f084f2831e8d684808a6046714f325b0e1a64b849fb3a398 793 0.90/1.00 vMB 21
288,775 288,775 0000000000000000785de04a6fcf610f761688ef069dd5d1f5aa3b246acef998 479 0.35/1.00 vMB 26
288,774 288,774 000000000000000068fa19e17915810c1b7ea795d0d82efc92733a76cf632be5 1,810 0.90/1.00 vMB 41
288,773 288,773 00000000000000010c86e6647f3d9888cdd62944824d5409a20abf60d5b641b7 834 0.35/1.00 vMB 36
288,772 288,772 00000000000000012014ada3eab8ecb9d487396427409f860a1b2902f7063dfe 1,060 0.35/1.00 vMB 85
288,771 288,771 0000000000000000a25795b5e5d98d18e8860dfcff22e4cea44a042ec586896a 600 0.36/1.00 vMB 26
288,770 288,770 00000000000000002a86327e7590ccb026ef89ffe7cbd1c8dd7b744d366b4605 1,446 0.50/1.00 vMB 63
288,769 288,769 000000000000000032f0da67c355a68862b38ab1baa804687b3c150a26e2f0d6 678 0.35/1.00 vMB 36
288,768 288,768 0000000000000000a753252e72879630ab992e2c0b60f593bb415b1e9b636d0b 975 0.91/1.00 vMB 24
288,767 288,767 000000000000000005346bd2f663c2b49c2c83cc0ecff9589f4404bdab3df0ad 256 0.32/1.00 vMB 43
288,766 288,766 0000000000000000eafc5283650f2888e192fef8b203f55a431574b57e0581bf 256 0.10/1.00 vMB 42
288,765 288,765 00000000000000001e7ab72cf27b435cc7e3b251782b2c1c44a6ac906e0f5e2a 823 0.50/1.00 vMB 37
288,764 288,764 0000000000000000ac7f4d2920d996ec603c48b075ebab9051b926ce93a8f5e5 265 0.35/1.00 vMB 18
288,763 288,763 0000000000000000dcb6cf3915605913ee28ea1129d821bc02ef9552f49f7711 642 0.50/1.00 vMB 24
288,762 288,762 00000000000000009c580a15d87cb16aba4cc16530b8085e6459f090594a4e95 1,384 0.50/1.00 vMB 71
288,761 288,761 00000000000000000f1de004efe6754995e4ea69d1061cca0326492b0ef23133 674 0.35/1.00 vMB 35
288,760 288,760 000000000000000085e1a7f6c76d18e1516cd45e95febfdeb1b1f6957ed1a0e7 212 0.13/1.00 vMB 42
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.85 GB
    • Received: 17.96 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.