Loading Tool

Explorer IconExplorer

Memory Pool

75,780 transactions
28.68 vMB
0.06802258 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 3f9d127148af1cec9724dc424720969c80b2ecb51a5e3c80e44a7fe4be7cfcbc
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root e6a7bf337112bb5ef031855c4db128d604baebba09682c5adb58523c818ea2c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.00547794 BTC
Feerates: 26.17 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (484,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,733 430,733 000000000000000000a1085419c15e23207aab636eef36961cdafff8d3817e02 1,635 0.72/1.00 vMB 55
430,732 430,732 00000000000000000159728e5b420f96bf2f3739c73ddbbd2474a57345500ae4 2,548 1.00/1.00 vMB 63
430,731 430,731 0000000000000000025e0a541dd44a1cd5ca7dd803339a8b47ab87ee888fa95e 256 0.09/1.00 vMB 73
430,730 430,730 0000000000000000042e2a2399c8b9ee9024655f2916211ccbf64eabe3360c69 275 0.10/1.00 vMB 66
430,729 430,729 000000000000000000a6ebed8f892864e42603c0503795a65ab6542f1c63bbce 630 1.00/1.00 vMB 18
430,728 430,728 000000000000000002e741ff035884f8cf215f42da49f9220bfe630c99620416 2,372 0.89/1.00 vMB 66
430,727 430,727 00000000000000000087ef2df584e4c4f712904205400dfb54efbbcb33ca7234 1,584 0.79/1.00 vMB 54
430,726 430,726 000000000000000003c3781ef335bb5f0fcba465980b989c489fb08fdfb3a087 2,454 1.00/1.00 vMB 70
430,725 430,725 0000000000000000019f8f73f7550ca942c7c573d1462c50bd8a44893a3c7847 1,107 1.00/1.00 vMB 35
430,724 430,724 000000000000000001796fd5ad5b03be7f04bbdf4a03a61f9d38bf791b9679b8 1,811 1.00/1.00 vMB 45
430,723 430,723 0000000000000000018c7057661c23193a0d9e9a0c21c99fc769b72e79e0b8c9 1,668 1.00/1.00 vMB 45
430,722 430,722 00000000000000000400fac80d7e0beb461ffcde85c9c67caf423d99a949e05b 860 0.34/1.00 vMB 68
430,721 430,721 0000000000000000041a630a4071dc9662ee955ee3ffc2d0d1392072b393f12a 1,156 1.00/1.00 vMB 29
430,720 430,720 000000000000000000ef0f024769c1041a1cb87dfa6897c70bffe4ef0cb03533 2,060 1.00/1.00 vMB 43
430,719 430,719 00000000000000000076c7765aebe012e7671829fc19f3eac82cdc91609debaa 1,510 0.99/1.00 vMB 41
430,718 430,718 0000000000000000017d2740b38f0f7e794806e0425a052820a02df26afb5a9a 2,724 1.00/1.00 vMB 69
430,717 430,717 000000000000000000066951971993b707b089bbb36cb3cef0352d0e3a1478ce 2,465 1.00/1.00 vMB 64
430,716 430,716 0000000000000000039dca34bb69fb220d915ad1fde3d3572dcff7538e2bde03 2,931 1.00/1.00 vMB 77
430,715 430,715 000000000000000004a2c59bc351afaa3bafb9a8f676d0436270ec1f023e6309 212 0.09/1.00 vMB 72
430,714 430,714 000000000000000002e9a7a4f4382eaa3bdd0161a0c1eb524b05cfa75d9b2785 1,973 1.00/1.00 vMB 48
430,713 430,713 000000000000000001fd68ac1cf2ee408db290bf59cbb570dc8a6e9a4889a4b4 1,646 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.82 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.68 GB
    • Received: 17.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.