Loading Tool

Explorer IconExplorer

Memory Pool

80,445 transactions
29.95 vMB
0.12040070 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 885e30962666db4fbc7ce6a60ba9094fd1882a36d50b3dcecfa97308827ffd74
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 851410e31e5f7388fa5c27729a8020df94d420c3cbf79f14e444f3fee6b3b0c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,620
Size: 1.00 vMB
Total Fees: 0.04982140 BTC
Feerates: 242.90 > 4.99 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (265,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,830 649,830 0000000000000000000982d5a725305a498eb079fcd8ce41b1ea56c90b02c826 2,712 1.00/1.00 vMB 58
649,829 649,829 0000000000000000000b3d0b4f19c3f46cf003c7bb4fb5d108cf3b46d64b517a 2,949 1.00/1.00 vMB 85
649,828 649,828 0000000000000000000cc214757b81ad8813a7f5331f39f62c0c44be134d6558 2,306 1.00/1.00 vMB 77
649,827 649,827 00000000000000000001421b0d440a0ca511a56f8615220222900605e45399ae 1,632 1.00/1.00 vMB 76
649,826 649,826 0000000000000000000df73f4e4d262af9799c53cd788c08593e97f3eb438783 3,014 1.00/1.00 vMB 50
649,825 649,825 00000000000000000009b24541882d8afeb7ed76052f73e69a9ce47a635c77a5 2,771 1.00/1.00 vMB 63
649,824 649,824 00000000000000000002bc617afdc940acaa38c94b5c004c35b604d1193fa231 2,528 1.00/1.00 vMB 86
649,823 649,823 00000000000000000009523e3ee68e018d5d1adbcd7de898719098cb81c1d60f 3,031 1.00/1.00 vMB 60
649,822 649,822 00000000000000000003ddfa1188131fcdd0d44a8ef5d047f9008c097dba9d4e 2,505 1.00/1.00 vMB 75
649,821 649,821 0000000000000000000e761b0e03f3499d0c627161b84d1483a8c64e51056a52 2,573 1.00/1.00 vMB 69
649,820 649,820 0000000000000000000d97ad1353b9432b1a4924a8fd43acb16e31eb1d0b9b1b 2,886 1.00/1.00 vMB 89
649,819 649,819 00000000000000000009097e27d04d663506de9695b418ad4989a0c8a16bdd9a 2,154 1.00/1.00 vMB 70
649,818 649,818 0000000000000000000822463b1f0d43a7df26b25b65555b09cc7138d9db23a2 2,843 1.00/1.00 vMB 82
649,817 649,817 0000000000000000000744be1362978ad7811d3a790e87dcedff67f868c07e6e 2,864 1.00/1.00 vMB 75
649,816 649,816 0000000000000000000ba6a0dc9949a72d49f147c69fb8566746df4f92b47e59 3,156 1.00/1.00 vMB 100
649,815 649,815 0000000000000000000a81d66073bfba22198372fc267529e02109ac51f8d23e 2,860 1.00/1.00 vMB 74
649,814 649,814 000000000000000000066818ebc34c6235c695e8a178fd6ee0c5797f63fa4626 2,888 1.00/1.00 vMB 50
649,813 649,813 0000000000000000000da2f5862705f47fcb05f2bf6f996fea0f034cb316eca9 2,872 1.00/1.00 vMB 85
649,812 649,812 000000000000000000097009ffad9acb47254ef7618f251e9b30e0c58d6261f0 2,891 1.00/1.00 vMB 65
649,811 649,811 0000000000000000000c34319ffd4b5d7d8b74e928c341fb47c3c92e88599197 2,001 1.00/1.00 vMB 35
649,810 649,810 0000000000000000000a8a07332aa65fb1b4bebaf327c4dd80803620721f894a 2,647 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.