Loading Tool

Explorer IconExplorer

Memory Pool

50,514 transactions
30.27 vMB
0.12386526 BTC
Random Selection Loading Transactions
Max Size: 161.48/200 MB

Candidate Block

Mining Attempt 22d26e0d75616483269c1f48d74ae7514c947b965dbb4bf70e4ee5ce71cb131f
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root ef2c0a3e49a08c41c6d2946d7cd1ee9cad77263c76f69fe75e071b5358d3ed91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.04894172 BTC
Feerates: 179.69 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (799,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
115,572 115,572 0000000000006453a362801ba806a97c1467f1c95d506bb57146eead19346dfa 4 0.00/1.00 vMB 0
115,571 115,571 000000000000b356e1d76719199e62701595a36fda86a8c1f84625eb7071328c 2 0.00/1.00 vMB 3,875
115,570 115,570 00000000000049b8c3c21ca187fb59e3e5ca45aa757520d5e415f44d92585316 2 0.00/1.00 vMB 3,875
115,569 115,569 000000000000c837f680d6b154b91b4d3e4699d3c43f4cfd94652b3ba13f223e 11 0.00/1.00 vMB 209
115,568 115,568 000000000000de426dbeaffca8efe457c97d1677f4a2663e91362a99876b5860 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.