Loading Tool

Explorer IconExplorer

Memory Pool

45,392 transactions
28.26 vMB
0.06908671 BTC
Random Selection Loading Transactions
Max Size: 150.15/200 MB

Candidate Block

Mining Attempt b8203689f8841cac8fdec7391b64d4fec046a7b1ef41d619b71b11a6beb82e3b
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root b1bed97cf5b580b350054999f352b15fe9ff8cbbfc63fb744a1f005f2449788e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,460
Size: 1.00 vMB
Total Fees: 0.01564975 BTC
Feerates: 100.23 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (286,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,018 628,018 000000000000000000035ff0376885abc4a7186bbbb4d92c49dd7322d346f1f9 2,502 1.00/1.00 vMB 11
628,017 628,017 0000000000000000000122ca8bd93def5574a74af12466d8c7266b2f149d6a48 1 0.00/1.00 vMB 0
628,016 628,016 0000000000000000001085fbff8122099170f7a726f05a1e74e09927cba6956a 2,823 1.00/1.00 vMB 18
628,015 628,015 00000000000000000003b34ff169abbbdb45e0a9f9ec70211f7cfbe8e445855a 2,862 1.00/1.00 vMB 27
628,014 628,014 0000000000000000000c21dbf8122d0c460c67beae9f8c4d0afc34a7ae427081 2,945 1.00/1.00 vMB 19
628,013 628,013 0000000000000000000db5889019d2c59b55cc3aeb6b52a93de215751edbf975 2,891 1.00/1.00 vMB 22
628,012 628,012 000000000000000000031a5e8e2782a7d45d342c65d45dd361096062af8b03f8 2,247 1.00/1.00 vMB 25
628,011 628,011 00000000000000000010bc7eca365ddb0a4fe8bbed7bbdad472175834d0bbefd 2,707 1.00/1.00 vMB 35
628,010 628,010 0000000000000000000f1da8c6df3b6c94386bde6351d193f7b5743c16f6c45a 2,689 1.00/1.00 vMB 35
628,009 628,009 00000000000000000011768aa6e4564577f3098795e892f2db3f4baf8fb8100d 1,925 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 782.11 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: 651.96 GB
    • Received: 13.67 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.