Loading Tool

Explorer IconExplorer

Memory Pool

41,920 transactions
26.50 vMB
0.07126284 BTC
Random Selection Loading Transactions
Max Size: 137.98/200 MB

Candidate Block

Mining Attempt 6d4d09b02cb671111243fe7f05ff6f53c7649f91813a7a5b5e838713b4ed2e67
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (286,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.