Loading Tool

Explorer IconExplorer

Memory Pool

40,919 transactions
26.21 vMB
0.07213063 BTC
Random Selection Loading Transactions
Max Size: 136.41/200 MB

Candidate Block

Mining Attempt 1f62ca4714eac142d0f149f402f83848a86df1d2a7f39ddedfbf47a7769fa67a
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root c0ae82c82cb7077b846c1a1e8c5e0e5d1f8bfef40da61d21550d18798ff9737b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.02432173 BTC
Feerates: 150.98 > 2.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (799,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,593 115,593 000000000000d0061e97241078d4e09e68f41c9a9ac4b711feae23136c689fcd 7 0.00/1.00 vMB 512
115,592 115,592 000000000000c1bbfc6d91f999eda98b07b1d482dd0fc7579850bdae01dc139b 1 0.00/1.00 vMB 0
115,591 115,591 0000000000009d4cfa23f15155df899b92cd2cd50dc5279cf175e7889b854ef5 12 0.00/1.00 vMB 305
115,590 115,590 000000000000b33515808aa092615311ccb73d1c62fc32c85729acd75f51ace4 13 0.01/1.00 vMB 767
115,589 115,589 00000000000034d2d71b68750beebe33393c87e713703cf4dda5dae95ba1e02e 8 0.00/1.00 vMB 1,135
115,588 115,588 0000000000003383fead833bf32b79d561ea91d6c06baa3a9a7391e25d1c5793 1 0.00/1.00 vMB 0
115,587 115,587 00000000000065f434fb757409dec0ca23aaba8f29e4db783084b436dfa90b2c 2 0.00/1.00 vMB 0
115,586 115,586 0000000000001f2d033d96c144452aec684fc39918b9eab6880537ffa128594d 6 0.00/1.00 vMB 0
115,585 115,585 000000000000ec2adc9bb783a3a95e8aa58c7bb0f7a69d390e4cb03eb1c7fe07 9 0.00/1.00 vMB 0
115,584 115,584 000000000000eaa3383c315179384f7be705064ed869dcd92e9a2f1b9de42ac5 17 0.01/1.00 vMB 927
115,583 115,583 0000000000009fa2855345e95a1079a38407b5352ec94e5413836032e1ecbf40 9 0.00/1.00 vMB 643
115,582 115,582 000000000000948dbc9e1b7c8b345436098b0ef6d2ca670d41dd4ebb5cfcc1d7 2 0.00/1.00 vMB 0
115,581 115,581 00000000000019fae23c2717448afce212957d70e80acf273d1bc636caca7d6b 14 0.01/1.00 vMB 367
115,580 115,580 000000000000cf1dcc891d24fd266c05a224c930c4ed10f3fa648652f788baf3 3 0.00/1.00 vMB 2,691
115,579 115,579 000000000000f239fc05b0605f933f982d8b851e86108c088d58cd7158595af9 1 0.00/1.00 vMB 0
115,578 115,578 000000000000c545745c1a9e5e79c6d5b38dd467e63be5b86ff4c272a2243ac3 90 0.03/1.00 vMB 77
115,577 115,577 0000000000005edf864d5b432f0425b4c21594d91773615c0827552813bbe0cf 11 0.00/1.00 vMB 0
115,576 115,576 0000000000005352ac786b37b7bc1c08459531b0f6b146104a42993cff9cfd17 15 0.01/1.00 vMB 89
115,575 115,575 0000000000007c20d4555c2535080d57b76c35c07cf352f36248c3483e93730b 2 0.00/1.00 vMB 3,891
115,574 115,574 0000000000003ca0107ad4f4b16d592be544c425e73f6dab20c1e16fd81ca573 2 0.01/1.00 vMB 0
115,573 115,573 0000000000009657851c66e6d4b96bf71a8c02536380d3887a6cff05b9e27682 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.44 GB
    • Received: 13.88 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.