Loading Tool

Explorer IconExplorer

Memory Pool

78,881 transactions
29.46 vMB
0.08404436 BTC
Random Selection Loading Transactions
Max Size: 180.57/200 MB

Candidate Block

Mining Attempt a07415b5903ac8df77af7587c843a6c9d667eb9736f7b9ee84039cae71016e4a
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root a1be6e876ab18b060b7eda5fceafe942a15c0c5510880383d688ff64a200fbb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.01939644 BTC
Feerates: 302.00 > 1.94 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (256,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,554 658,554 0000000000000000000c4bda89a1ce58a91ea5ea6ea53a40ae936b1b23a811ba 2,506 1.00/1.00 vMB 81
658,553 658,553 00000000000000000006efc73440ddb1b95bb99176613cfee66a84fe49096573 2,038 1.00/1.00 vMB 45
658,552 658,552 00000000000000000009a01bdc4a0dc8d3d7f4854038afaa2b9a571e95eff13b 2,449 1.00/1.00 vMB 58
658,551 658,551 00000000000000000000f964f1423e3ae18358857161b22d00aeca062cec24d3 2,631 1.00/1.00 vMB 89
658,550 658,550 0000000000000000000898b8946eef61db4ad8685fd5c03c1949d75d7920c840 1,543 1.00/1.00 vMB 66
658,549 658,549 0000000000000000000c92aeb20123ebe5b81e490120e10fad76658f55ee1ea2 1,775 1.00/1.00 vMB 77
658,548 658,548 00000000000000000002730ef5ab9a4b038d40c6d02f901812eec1aa8b3332bd 2,709 1.00/1.00 vMB 68
658,547 658,547 00000000000000000002827214492b87a393044c08541370c8606c8d6b9c53da 2,275 1.00/1.00 vMB 47
658,546 658,546 000000000000000000077f1c4763d2f4be5a511f1f0a5cb502f76ea30d1274ca 1,765 1.00/1.00 vMB 45
658,545 658,545 0000000000000000000c19a9a0d3a244e40f48d2548dae379e9899a8f75b38d1 2,694 1.00/1.00 vMB 64
658,544 658,544 000000000000000000087c8acc821fbd1491af72b9064fd5f210cb8899675c84 2,546 1.00/1.00 vMB 45
658,543 658,543 0000000000000000000b5524fbe58a4bce2b19b6127ab3cb4cc1fd8aa52408c2 2,412 1.00/1.00 vMB 82
658,542 658,542 0000000000000000000d11fce795e2ee35c917c7bd6226173ac3f184af59812d 1 0.00/1.00 vMB 0
658,541 658,541 0000000000000000000666b80cd4ddf64ff98580d411a988ef94a728c860198d 2,790 1.00/1.00 vMB 91
658,540 658,540 000000000000000000059402d47e7a3a3f16a802c72d6d5afc6ac52ed64ab488 2,600 1.00/1.00 vMB 79
658,539 658,539 0000000000000000000950cc6126b77acab63041f817ce685f90b3a2514b7db0 1,027 1.00/1.00 vMB 69
658,538 658,538 00000000000000000000b59e914a8df4dc3fcc957f6386ef9e4108dd7ac515f6 1,050 1.00/1.00 vMB 42
658,537 658,537 000000000000000000030adbe2bff1c40894d3e04bda352444183c1bd8f5d61f 2,148 1.00/1.00 vMB 49
658,536 658,536 00000000000000000001ec3daa4324bb161895a64deb7b2c65e09bbc96072753 2,379 1.00/1.00 vMB 58
658,535 658,535 00000000000000000005891fc3dd6fef82c417b160423395268b87afe200ad7a 2,246 1.00/1.00 vMB 55
658,534 658,534 0000000000000000000c7a3b49908eee45354489e8b1f416090ce52474488e36 897 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.