Loading Tool

Explorer IconExplorer

Memory Pool

49,284 transactions
29.84 vMB
0.09701624 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 56e5af2da9491b5eaedc0ccef1382e49e617f7d989f93b01a574329bb03a13aa
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (286,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,008 628,008 00000000000000000008dbbc06fb6cb6bceba72df2e119616117b2ab9d2ed00f 2,616 1.00/1.00 vMB 12
628,007 628,007 0000000000000000000c126941b044d1f9dcea4c19e0bf89a3f038b3df7a6e43 2,658 1.00/1.00 vMB 27
628,006 628,006 0000000000000000000f6bbdb3292c56d022fe7a4839eba2c30f20140743d416 1,840 1.00/1.00 vMB 21
628,005 628,005 00000000000000000004973c162487a337b30c75f9388ed5dc49da052d7bf148 2,542 1.00/1.00 vMB 26
628,004 628,004 0000000000000000000e2cf4930dd0305f18f589bb9aa3143e6ad90f3e951145 2,313 1.00/1.00 vMB 21
628,003 628,003 000000000000000000111b614b22f6e90270381f2b4bdffc000f9795aec03a4d 2,532 1.00/1.00 vMB 25
628,002 628,002 0000000000000000000e2ab2eb9cb7fce1422929e7887517825a3b1629085411 3,067 1.00/1.00 vMB 43
628,001 628,001 0000000000000000000467eb9a74df2c1fa0c2d92b6d470334ec61a0bb34726d 1,146 1.00/1.00 vMB 67
628,000 628,000 000000000000000000002ab2527a0ab890611cfc8d5c8e53f52565855c0e0ff3 210 1.00/1.00 vMB 2
627,999 627,999 00000000000000000011433f1cf801fa5c7f3e8e0ee83aec503303b7bbea2507 943 1.00/1.00 vMB 5
627,998 627,998 0000000000000000000197520fa7944c6afa5006af4c047e4a58cd913fce5f8d 2,264 1.00/1.00 vMB 10
627,997 627,997 000000000000000000048beef98b4726fcf8b6da68c9f53e2064de81a7279ef3 2,748 1.00/1.00 vMB 22
627,996 627,996 000000000000000000073760a3db1c49360a1587aa20481a646a750720c3e30c 2,690 1.00/1.00 vMB 27
627,995 627,995 0000000000000000000f11a4eba9cf36f389a438d14797a23df2260eda752963 1,689 1.00/1.00 vMB 9
627,994 627,994 00000000000000000002dfc74e83a624ed8fe3c6546037c9edb306795d6382b0 2,894 1.00/1.00 vMB 11
627,993 627,993 00000000000000000005d43cba2910ce783be83dc506a436f0d907d2db162189 2,847 1.00/1.00 vMB 34
627,992 627,992 00000000000000000003e225b24eee110741898b5e8b31cafbc3f67245df1cb3 2,022 1.00/1.00 vMB 18
627,991 627,991 0000000000000000000f97fce131b96c7389b97b4304af48bbf2b47ddfb87280 1,544 1.00/1.00 vMB 8
627,990 627,990 000000000000000000102558aa5e44cbe4fe20400259a4b96ade40f4b49b3b0b 2,692 1.00/1.00 vMB 13
627,989 627,989 00000000000000000002632baccf40f1de62f8ade9bba270c5d618b976e94a1f 3,038 1.00/1.00 vMB 34
627,988 627,988 0000000000000000000fa134848583a9f37b8733fbba3e6a28d208c5ceaa82e9 1,289 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.