Loading Tool

Explorer IconExplorer

Memory Pool

43,299 transactions
28.06 vMB
0.06325732 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt 7b77ace936394cdb678babe174585f730f278537462a665753990fb775e081fc
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9bcfdf0265b8b328019924cdf9baef53ae972679cf592437b51481e84c10c055
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,792
Size: 1.00 vMB
Total Fees: 0.00999750 BTC
Feerates: 100.21 > 1.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (187,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,516 727,516 00000000000000000007fc00042247307ac4ce495aa5aee0a528631db16abeed 717 0.21/1.00 vMB 8
727,515 727,515 0000000000000000000081440fd557a553d5268182157a19137bd62b96ad4e67 72 0.38/1.00 vMB 1
727,514 727,514 00000000000000000007d47d27a1752a590c82e0117c072b8505b265549e82ff 2,136 0.98/1.00 vMB 6
727,513 727,513 000000000000000000000519c8a9a7b9629a536131f6dc43cf34e0a77502fae2 2,523 1.00/1.00 vMB 5
727,512 727,512 000000000000000000032d3eb8f3a5a7ffe53a912ed1d7c7d276bc29df9b3742 1,220 1.00/1.00 vMB 6
727,511 727,511 000000000000000000017fd942dc9a3b3fc975985052c96483c36d1f1d47ca8f 2,395 1.00/1.00 vMB 8
727,510 727,510 00000000000000000002393e3c7e9d3bac70782a628b340af069191408590abd 2,754 1.00/1.00 vMB 13
727,509 727,509 000000000000000000089e1eb8a4638d3c7a551aec0d97280e33f07acd8d01cd 519 0.20/1.00 vMB 6
727,508 727,508 0000000000000000000a10a2a310289bc229bc48b3c5ab70a8e3c5ec06e47fc6 438 0.14/1.00 vMB 7
727,507 727,507 00000000000000000001d246e67215c5d23cb68335e2dc1a6619af52f55ef9e4 963 0.62/1.00 vMB 2
727,506 727,506 000000000000000000086323e21d3a2f1128b1e44a8576e518ede9a4f99f9aeb 1,596 1.00/1.00 vMB 4
727,505 727,505 00000000000000000002d8cc04ec765eeeaaf4684f43c2ec28d81ad34436b1bc 2,627 1.00/1.00 vMB 7
727,504 727,504 00000000000000000000047b710e9017ec141d92663fb5147d7dc1cfc4ad6feb 2,498 1.00/1.00 vMB 2
727,503 727,503 000000000000000000051e2ed10fbd1e037b24d0e22088e13df01f13454d923b 1,533 1.00/1.00 vMB 4
727,502 727,502 000000000000000000032f0ac64594763264f3c5f66c842e9c3ce1b7c98c22d4 2,349 1.00/1.00 vMB 9
727,501 727,501 00000000000000000009e7df81ee3961bcc4267dd572874bab41ae56bfc27f7d 2,796 1.00/1.00 vMB 12
727,500 727,500 00000000000000000009d56a1ee11e2aa8a8b15726c0d9dcbbe3cfbc0b8dde21 2,449 1.00/1.00 vMB 13
727,499 727,499 0000000000000000000003c56efcf9c36fdf4c5b7296a1a8aff209c7d368809f 1,847 1.00/1.00 vMB 5
727,498 727,498 00000000000000000004c05e711a5820f8a8ca3ecdd1c0bcd56d81a3b4ede1ff 2,688 1.00/1.00 vMB 11
727,497 727,497 000000000000000000062d4910d4f28191a9f0ddaa8bfa1c0899d6ae24b8110e 2,415 1.00/1.00 vMB 5
727,496 727,496 0000000000000000000542b174054462a79ba9e23d4c86eeceb75f2ba0b58065 1,676 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.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.