Loading Tool

Explorer IconExplorer

Memory Pool

79,146 transactions
29.67 vMB
0.07686322 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt 2c4eaa9a804e653f86b9c72db58f7bdbeefd2eb657bf7b6c6a502e3478009d2b
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (298,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,515 616,515 00000000000000000002cb63f876edd034c4e962fd25546942be02f23bc0397a 140 0.03/1.00 vMB 12
616,514 616,514 0000000000000000000a080848760799d10aa07ab36bc5b6f243d6ab76d97696 1,666 0.59/1.00 vMB 28
616,513 616,513 000000000000000000003864bd6e97f0c392b5a596e2d5e100d4073e74ae91fb 2,483 0.87/1.00 vMB 17
616,512 616,512 00000000000000000008a43295da40092e88e4575673bac840be83602dba0b11 2,966 1.00/1.00 vMB 6
616,511 616,511 000000000000000000042c77d7b3e339e0bb49dedb87a9051cdf2242cd9aeb23 2,920 1.00/1.00 vMB 27
616,510 616,510 000000000000000000033cbf9236b40e97d298ea62474a1a7379a16e9b9ca5c1 2,850 1.00/1.00 vMB 26
616,509 616,509 000000000000000000110f7fbd6521a4ba3546da5fb43614ffbdc7f3081d47fb 2,537 0.75/1.00 vMB 8
616,508 616,508 0000000000000000000407c7b772e4ebba464986b304c2dac1f4d0b7930716d8 2,184 1.00/1.00 vMB 21
616,507 616,507 0000000000000000000d15ea69fdd89fdcaec5cef948a8a03e497937ccfb448f 645 0.19/1.00 vMB 14
616,506 616,506 0000000000000000000257d7f984927f0506c8261fceefce502da21ee6908dda 1,502 0.46/1.00 vMB 12
616,505 616,505 00000000000000000008338337ccb1b3caf16009ef04abf0c283884714db8b35 3,143 1.00/1.00 vMB 8
616,504 616,504 0000000000000000000bffb43502d5721afa4524dcc29f1175463305aee9e7db 3,070 1.00/1.00 vMB 27
616,503 616,503 00000000000000000004c41b14e07a7080a11324c900b71321e0c9f2aa6c1291 2,999 1.00/1.00 vMB 24
616,502 616,502 0000000000000000000e715287e0b17bc20503a95c15ec7dc10602653dd1a482 104 0.03/1.00 vMB 14
616,501 616,501 00000000000000000002cc84360586f7eea96ae9dc8e334f60889928e0eba840 699 0.84/1.00 vMB 4
616,500 616,500 000000000000000000084e0ed418b6db8de1462965e5e6e8b98f26d333341fd7 2,905 1.00/1.00 vMB 17
616,499 616,499 0000000000000000000c0ddcf6089a8c98513a3b7374e2bdbf5e49056f91b5a7 1,304 0.97/1.00 vMB 6
616,498 616,498 0000000000000000000fe2d2d882e2a9ba12eb304dd4582e60b0c06fba665e39 3,009 1.00/1.00 vMB 25
616,497 616,497 00000000000000000003167e1f1ea7dade260d8145137f4c4aa1f4b3a973f194 2,466 1.00/1.00 vMB 20
616,496 616,496 0000000000000000000d7cba5eb4244437e0832d4f0ad07f8eacd0e3760bb8c7 3,231 1.00/1.00 vMB 14
616,495 616,495 0000000000000000000bdeea544bb246da17afc3be49c12acfa46dd31331f62d 2,371 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.