Loading Tool

Explorer IconExplorer

Memory Pool

79,477 transactions
29.65 vMB
0.07716202 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt 9c048b9bbb55b98c83393b106b41c2d74228d2fe70b2dfb56fa935533136b90e
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root e49110a78c25ab347742129952432a5379f7ae93184473608ff1df08d5695ca5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,450
Size: 1.00 vMB
Total Fees: 0.01683033 BTC
Feerates: 502.65 > 1.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (108,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,748 806,748 0000000000000000000080e2da28f1707a45d41d17a43d7524e01276927cc8b0 2,294 1.00/1.00 vMB 41
806,747 806,747 000000000000000000035f5ccc49d8e45d06d39e65c3554c37abe1665d01335b 914 1.00/1.00 vMB 33
806,746 806,746 00000000000000000002a106630cb0900dc24779fc52f4d8a293666fc0bc4a2e 838 1.00/1.00 vMB 34
806,745 806,745 0000000000000000000295eb690a153e982f4c75c9e6508888992cb83f06a7d3 3,301 1.00/1.00 vMB 22
806,744 806,744 00000000000000000004c3dd8893d2e2175675bda742c0c1ba1b4ab847bf0ba1 3,074 1.00/1.00 vMB 21
806,743 806,743 000000000000000000050771c3f0a543dd344b919f3765c75a3c39f4a61aad2c 4,118 1.00/1.00 vMB 21
806,742 806,742 00000000000000000004a22d6538fda4758d0e6223c5240fffc2c87cda1ee918 2,578 1.00/1.00 vMB 26
806,741 806,741 000000000000000000030e86d1332ef6d3f0badfff13611731baf6e1ef5b4373 2,670 1.00/1.00 vMB 26
806,740 806,740 0000000000000000000013e71c91d91a36688d86c878a964840eef8f2885b427 2,699 1.00/1.00 vMB 36
806,739 806,739 000000000000000000028c4ff2bf8e77590474db09d2279a8063e89f21308aa0 2,847 1.00/1.00 vMB 31
806,738 806,738 00000000000000000000586b84cb86455462f2bf991e50d7f3735bfb186e327a 2,646 1.00/1.00 vMB 25
806,737 806,737 00000000000000000000c76aa20ad0cf80a7023b0a6c01a03340df02d69a92e9 2,409 1.00/1.00 vMB 36
806,736 806,736 00000000000000000002d93a0f961f36f8ecc587365f39d392762cd273885c5e 797 1.00/1.00 vMB 20
806,735 806,735 000000000000000000037881f4b5c5f691f83b6fa2bb4b9a0826bb6e0787adfa 2,826 1.00/1.00 vMB 27
806,734 806,734 00000000000000000002657fabdf9c44afd69033f450c76b288b900d88230a39 530 1.00/1.00 vMB 55
806,733 806,733 000000000000000000031788c23b56dc05c6cf6697a3c7fd74ab8a700c84ae83 2,913 1.00/1.00 vMB 27
806,732 806,732 000000000000000000042fe6db5be97f5219e54b69e8604fd3168b7a6717b2f2 3,215 1.00/1.00 vMB 27
806,731 806,731 0000000000000000000000c76c58ebac180989673fd6d237b40e66ed5c976ec3 3,481 1.00/1.00 vMB 16
806,730 806,730 00000000000000000000d9dc49bcd0403c8c95577e9e5b40a2b2a995c20a0319 1,581 1.00/1.00 vMB 23
806,729 806,729 00000000000000000003fb99739e7230f964eef129939be4c0a83f175b1fc68c 4,332 1.00/1.00 vMB 20
806,728 806,728 00000000000000000004279b0cded755b02f1c5964b7a73282f74a0df5444cda 6,165 1.00/1.00 vMB 17
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.18 GB
    • Received: 15.09 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.