Loading Tool

Explorer IconExplorer

Memory Pool

80,255 transactions
30.65 vMB
0.08255079 BTC
Random Selection Loading Transactions
Max Size: 186.12/200 MB

Candidate Block

Mining Attempt 4fdd2a24aca58853e04c7953204d9aa1d53ebcf9e3f4b3a07e62d3c1500b9141
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root de3d5fd74cc80e1510f6ef7e77356a06692584b2e9404b06b7fa8d9f82378866
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,172
Size: 1.00 vMB
Total Fees: 0.01697334 BTC
Feerates: 351.58 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (231,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,024 684,024 00000000000000000002a988d569823db126f94a8dc5683c9e0b34f4a04ac412 2,313 1.00/1.00 vMB 72
684,023 684,023 0000000000000000000aa8c53f5838aa11c0e6f6a93f2ab2f1bc31d92b7ce538 571 1.00/1.00 vMB 64
684,022 684,022 00000000000000000006ae3cc03317f82e6147eaaac70698f31269d28c2802c0 2,558 1.00/1.00 vMB 79
684,021 684,021 000000000000000000017bf6b4f9f08a67bd61ae1708e510542677a9f051c53b 2,227 1.00/1.00 vMB 43
684,020 684,020 00000000000000000008bd7a9f14d24aae6e3f2378641dc949b57602f76a6f15 1,269 1.00/1.00 vMB 40
684,019 684,019 00000000000000000006756e010bba6c3710d948ef9b0f0c9d2b60b132990ddf 3,035 1.00/1.00 vMB 65
684,018 684,018 00000000000000000002d479e38488d54647d4362ef61736ad93929133c5229b 2,297 1.00/1.00 vMB 70
684,017 684,017 0000000000000000000a9b1d8743cc2403ae267e9b512d671f0bbc4dd8817950 3,001 1.00/1.00 vMB 76
684,016 684,016 0000000000000000000a4b114eb848b8365d15287a6f30137f4b044ee4f4a8d5 2,717 1.00/1.00 vMB 71
684,015 684,015 000000000000000000091a831303bcdf2b5ea058b6c288ad6888f659b0a789b8 1,527 1.00/1.00 vMB 67
684,014 684,014 00000000000000000009f55bd98e2eec84b5613f8575925107f9724a6c934480 878 1.00/1.00 vMB 64
684,013 684,013 00000000000000000005fd9fd33dd5db8f0983755a236a25c408ed81dcad3883 2,699 1.00/1.00 vMB 82
684,012 684,012 00000000000000000006794fc8734b7ffc7eddfe23da65fa63805c69d4a1cf2a 1,969 1.00/1.00 vMB 66
684,011 684,011 0000000000000000000b167dc4f8713f1ea9291cee5af248c3158db586c10eee 2,527 1.00/1.00 vMB 86
684,010 684,010 000000000000000000006d9200d15d8efe2ffdcb7fc448bd34a899a94a08faa7 1,456 1.00/1.00 vMB 39
684,009 684,009 000000000000000000075294488f73470c5df1627080df2fed5616e9265ee0ea 2,176 1.00/1.00 vMB 42
684,008 684,008 000000000000000000015523c4f5e70ecf5da5d1f46bb5d888955f504c937de5 1,982 1.00/1.00 vMB 43
684,007 684,007 00000000000000000008de7adb0927e4dfeb36d8ed509a080ed103ed511cd937 2,126 1.00/1.00 vMB 42
684,006 684,006 00000000000000000003be744d5cd025357f8d9d79736eb21c14f02d1fe40aae 2,735 1.00/1.00 vMB 73
684,005 684,005 0000000000000000000594bbf9cde5725b99d4f018c5fdfbe1a40abf0d3d3df8 2,572 1.00/1.00 vMB 63
684,004 684,004 0000000000000000000755608d9622715f78eed593f5654c2bee09662b5d049f 2,804 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.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: 708.64 GB
    • Received: 16.74 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.