Loading Tool

Explorer IconExplorer

Memory Pool

72,472 transactions
28.04 vMB
0.06828139 BTC
Random Selection Loading Transactions
Max Size: 166.02/200 MB

Candidate Block

Mining Attempt 64f5483c18b693bc7108cf43de05e108d6473ead4b8d1f06c121948867c5d983
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root d305c0b4edf1be67cc21619959ee80e1df05623c873dcdc0bd834a1915c925f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.01224762 BTC
Feerates: 157.46 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (366,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,516 548,516 000000000000000000103d93e375ca17b0c3212f3f55ce98ff21029b19163a6b 1,757 1.00/1.00 vMB 15
548,515 548,515 0000000000000000000e653ab4c3c715aef55b82b10f1e47814cff8468e21c32 2,721 1.00/1.00 vMB 24
548,514 548,514 0000000000000000001ca5f0dbe7a54288f362f986d0595087a588f258e04587 1,966 0.99/1.00 vMB 8
548,513 548,513 0000000000000000001d5316149f7edbc405964cf34ccbdc12af34f9544d2476 580 0.23/1.00 vMB 20
548,512 548,512 0000000000000000001a10d6c45997d82777d540681577c7ec023cda4a3bbfee 1,715 1.00/1.00 vMB 4
548,511 548,511 000000000000000000110944b2c2a0228d5c185fac570fabf03a98f8156ff6d4 1,930 1.00/1.00 vMB 16
548,510 548,510 00000000000000000014f191c5eb0cca0b521b46149864ad30d46dffb95ecb82 2,117 0.97/1.00 vMB 10
548,509 548,509 00000000000000000012f4595af7e95c731b3822a1676360f941175ee05288ec 874 1.00/1.00 vMB 3
548,508 548,508 000000000000000000171833480058aa420cd246f2e550f8008739ef24c109dc 2,991 1.00/1.00 vMB 14
548,507 548,507 0000000000000000000d8c0ed1ffa5f4bff8ab7b2c5a5700be7568a58dca0843 1,740 1.00/1.00 vMB 5
548,506 548,506 00000000000000000025fb4f9c9169064dab67c79b336667247a3b6830ad8b4a 2,237 1.00/1.00 vMB 16
548,505 548,505 000000000000000000269bb9c5aba381caf8a5566455f0deecb42a2769508221 1,925 1.00/1.00 vMB 10
548,504 548,504 00000000000000000015e4eb083b9c578630f9bfcbdc00ee2cffd1b8c8801ad5 889 1.00/1.00 vMB 3
548,503 548,503 0000000000000000001494c8a196b718e674c6d0fa81479e45671d1b1a18c512 559 1.00/1.00 vMB 2
548,502 548,502 0000000000000000000cd2e0987b7d7f62a294fc4e67d95f5715903af2cc9f73 1,199 1.00/1.00 vMB 2
548,501 548,501 000000000000000000196b598de174862a0864a138e5d8bc76f2c7881ac63df2 1,632 1.00/1.00 vMB 9
548,500 548,500 00000000000000000007ab3f7094b3b1f33c3fa822341f8da854b7a86888c09d 583 1.00/1.00 vMB 2
548,499 548,499 0000000000000000001248b25c5f3dfa85d3162bd9d59a6f65878fc2d4e7afdd 2,554 1.00/1.00 vMB 6
548,498 548,498 0000000000000000002662c992e38e85d211e59ce83e0bd0e7d7e8741cd4a6d2 2,221 1.00/1.00 vMB 29
548,497 548,497 00000000000000000001605cefffb711c251042944b1a085713655b8c617a7a3 1,908 1.00/1.00 vMB 10
548,496 548,496 0000000000000000001167caaeb1cff72617333228924b007be1aefc8269730e 920 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.