Loading Tool

Explorer IconExplorer

Memory Pool

86,057 transactions
32.27 vMB
0.13214082 BTC
Random Selection Loading Transactions
Max Size: 197.22/200 MB

Candidate Block

Mining Attempt 41f331091a0c4e8cb2b893015f40691d14e390d6dc6e0288c16eae5d480e6406
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fca1784b0a3d75a49cec26619be3db78d46dc7f0c815cceae35f48c9cdaf8b22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,422
Size: 1.00 vMB
Total Fees: 0.04711098 BTC
Feerates: 301.60 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (144,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,077 771,077 00000000000000000007771ca0c079e0778a49fac717cfbc03b094e1eb7b5a8f 845 0.45/1.00 vMB 7
771,076 771,076 00000000000000000003f24b6491f59b95bf9a901e04b3ea60537f82a30169bc 368 0.17/1.00 vMB 8
771,075 771,075 0000000000000000000527cfa749d1cc46cf3daaf371ccbbb62d915119a18516 490 0.26/1.00 vMB 6
771,074 771,074 0000000000000000000177fc7e99200aa31435f851cb557c77fd667d2d6b79c5 504 0.28/1.00 vMB 6
771,073 771,073 000000000000000000078e9869c23e576adbee62c020986d406d4ceded51754d 1,158 0.49/1.00 vMB 7
771,072 771,072 000000000000000000004ed6120046ab05cbcc77a01a2ee513ac5d494e22ae32 1,269 0.84/1.00 vMB 4
771,071 771,071 00000000000000000001b45655aa75c738abca836e66f1eb1d7c640733fd127e 1,917 1.00/1.00 vMB 8
771,070 771,070 0000000000000000000282b0d8d8260cc3adc2c5494b540e3ab752f96814b636 434 0.29/1.00 vMB 7
771,069 771,069 0000000000000000000726fed8b8dfde7d0de53fb10b0455f640a1d386f2ca1e 1,128 0.53/1.00 vMB 7
771,068 771,068 000000000000000000000c29ac377a14605de03297f716268888095d2012cbba 1,667 0.73/1.00 vMB 10
771,067 771,067 000000000000000000023c17ca19da9f1f04ee59fe234a7809db74ba5f32707b 1,517 0.59/1.00 vMB 7
771,066 771,066 000000000000000000054f970c3bff706de9cf3f77612605802b1ece3777776d 1,036 0.53/1.00 vMB 3
771,065 771,065 000000000000000000039a8d736b1a63d146edf86346ba67eea0f4386f300a4f 1,407 1.00/1.00 vMB 8
771,064 771,064 00000000000000000005b45ca2be0131b179c48cfc862cb715bcafa483a0ba56 811 0.62/1.00 vMB 5
771,063 771,063 00000000000000000000fbd0e98312cded260f42b83d45e073358157209350bf 173 0.05/1.00 vMB 11
771,062 771,062 000000000000000000004a5779c49cfb6a9fa8b9e7f217a01b0889517471881d 1,536 0.55/1.00 vMB 10
771,061 771,061 00000000000000000002a410468c03f1bc9764249ba184dbd457d3f734822883 861 0.39/1.00 vMB 7
771,060 771,060 000000000000000000079157f46130682d29382fe64cc8763b1029467ce4d570 1,670 0.67/1.00 vMB 2
771,059 771,059 00000000000000000007836e4783eca48379c274f921a444f934ccf65be4642a 2,879 1.00/1.00 vMB 13
771,058 771,058 000000000000000000070e2ff4582038807bcd1c7e337b08028363e30554085d 1,669 0.66/1.00 vMB 6
771,057 771,057 000000000000000000011055878662532c65bb371937ea8f77b50ab001287f92 286 0.09/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.