Loading Tool

Explorer IconExplorer

Memory Pool

88,004 transactions
32.09 vMB
0.13285121 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt 563daafe48ea6db751f642473c516a901cb1588adf192394cef66663b183284d
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b2f54b21c1e2f306704cd9403e432e1cea5b9b05f25458b2b09e9028c4fa31cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.04830995 BTC
Feerates: 101.65 > 4.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (449,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,940 465,940 000000000000000000e7dcfb45d8b2c21dfa8c2c61e0547a47950b9854967396 649 1.00/1.00 vMB 329
465,939 465,939 000000000000000000c1660872916b18f7d3bb07094c0e5f2f01d8c4f75045c3 2,301 1.00/1.00 vMB 237
465,938 465,938 00000000000000000095ba97eef6f47e5bdda31e6a5787a9f735be75f793edf7 2,191 1.00/1.00 vMB 211
465,937 465,937 0000000000000000019700c36fa26be246e9f69c1cd7f263b1ef772bd5f4b9e7 1 0.00/1.00 vMB 0
465,936 465,936 000000000000000000ba1c088e56a5b23c083d70ae292b40ce574bcd4715e672 1,903 1.00/1.00 vMB 227
465,935 465,935 00000000000000000008194ac29a1307087847900093cf97790fc169a0330ace 1,437 1.00/1.00 vMB 239
465,934 465,934 000000000000000001ecbf038b1853885c072dcc7d544e9236a91888cd9338a1 2,811 1.00/1.00 vMB 250
465,933 465,933 000000000000000001ceda893ae46fff126b7aa863bfc8b485a38a66d4bb5ae9 2,732 1.00/1.00 vMB 239
465,932 465,932 00000000000000000039432860823fe55c45e19898a43d6a2e869df859cd72aa 2,455 1.00/1.00 vMB 170
465,931 465,931 000000000000000001921aabddb1026fcb359d577646823eda3ff9460f8326e0 2,279 1.00/1.00 vMB 215
465,930 465,930 00000000000000000111c72b6d5076abfb66c376bffd49d3e34096824782faf7 2,506 1.00/1.00 vMB 255
465,929 465,929 000000000000000000b9db836dbe16a31c58c2c43f945d40fee30f5998485ee0 2,411 1.00/1.00 vMB 245
465,928 465,928 000000000000000001f2990a443719a2135ce8be2ebf248eec9321dc507c11a3 2,286 1.00/1.00 vMB 226
465,927 465,927 0000000000000000002c84c03a95759811477a35fe282ec638dcd597ace5cf65 2,709 1.00/1.00 vMB 307
465,926 465,926 000000000000000000e6335eb64e43f37914af2e5b5e7c7fa8114ee25532b3c4 2,229 1.00/1.00 vMB 194
465,925 465,925 000000000000000001f0b1490a9417c764cfe9e50852b4a795eb1785fb83ec81 2,550 1.00/1.00 vMB 187
465,924 465,924 000000000000000001b6355104292d1c57e3f4b992f4ccca557f7ac8d50f2639 2,152 1.00/1.00 vMB 222
465,923 465,923 0000000000000000002e6a908e3b0678e06ea377102f9951022e4a574008d02f 2,460 1.00/1.00 vMB 194
465,922 465,922 000000000000000001d19d4caed5e367267070ead993f0448aa5b7c51b56b2c1 2,207 1.00/1.00 vMB 281
465,921 465,921 000000000000000000de743e1a7337179e21db24d37f7fcd76bf68b10c2ecc04 2,351 1.00/1.00 vMB 248
465,920 465,920 0000000000000000018b08bbb0e23077ad516354c581b2ca5b12d67a8713071e 2,599 1.00/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.63 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.