Loading Tool

Explorer IconExplorer

Memory Pool

79,664 transactions
30.22 vMB
0.08354181 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt 571679e21472532c883f7c1f9b72d3eb053802e5ca35f35b5d02c197ededd8bc
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root a7b2ce8e7625ca124d31210a5730fbe1cdf4a6c296057f474b74f8c7adaf6b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.01623294 BTC
Feerates: 203.60 > 1.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (239,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,082 676,082 000000000000000000088e48a4d4ef0b05d87ca674ba084c76c645594e3bf126 2,246 1.00/1.00 vMB 46
676,081 676,081 0000000000000000000a9d442d89b31849cd8aa75063e9acf6785479564add14 2,238 1.00/1.00 vMB 20
676,080 676,080 000000000000000000095271307f8c32fb70fa15714b1d48fe2bbf62b5b6a3a5 963 1.00/1.00 vMB 56
676,079 676,079 00000000000000000007c5cb547592c4536e5b3a34df7c2fb5965561e6b7be35 1,336 1.00/1.00 vMB 76
676,078 676,078 00000000000000000008e633e1eab4f6f37b290751ce6ff9cbcff9fba515988a 2,044 1.00/1.00 vMB 27
676,077 676,077 0000000000000000000c3503f98120f4c456ae3b8acd5c15103b45505498c2df 2,167 1.00/1.00 vMB 63
676,076 676,076 000000000000000000028cb552168d4ab9f01e79b02c1161a4013a1635373303 1,975 1.00/1.00 vMB 26
676,075 676,075 0000000000000000000039418da1a1ff241af3f2b4624db846f1dab83e9f80a9 2,794 1.00/1.00 vMB 75
676,074 676,074 000000000000000000062f5c93b1130f2b55778c31f415868b44bf92a2ba154e 2,364 1.00/1.00 vMB 70
676,073 676,073 00000000000000000002fd2f984a809a20abe77bead668b4ce5f68160165fda6 2,473 1.00/1.00 vMB 35
676,072 676,072 00000000000000000009c2808e592b435366b8fdd21d9db3016a02e7b44b1dad 2,024 1.00/1.00 vMB 21
676,071 676,071 000000000000000000033e6131156f63f89c1d35f928fcf5e82ac67fb27072f9 2,232 1.00/1.00 vMB 43
676,070 676,070 00000000000000000004e3351521e1afd14be7486a72217e3639fa1ad286ec2c 2,908 1.00/1.00 vMB 90
676,069 676,069 00000000000000000007f8825540544941377067992a15f2078ce5e1d3cf6c92 1,458 1.00/1.00 vMB 25
676,068 676,068 00000000000000000000bf9d5e34208144609d8dfb5ef8f272bf30e011e12bb0 1,233 1.00/1.00 vMB 12
676,067 676,067 000000000000000000003cc77fb49588d6c0314908d28de4e542a1c4ff82d88b 1,684 1.00/1.00 vMB 43
676,066 676,066 00000000000000000000a60dd77710b1171b6a07319ad90b5418d851c7d83f4d 945 1.00/1.00 vMB 73
676,065 676,065 000000000000000000077018b3e0c77601b4c0466e5315b40575aa2269e1756e 1,460 1.00/1.00 vMB 25
676,064 676,064 00000000000000000006570ef8dd6c41dfc8ec02efab1e1a703df00832b65efe 1,690 1.00/1.00 vMB 12
676,063 676,063 000000000000000000011898c968a0d77d52f4155930a071cebd51ac9e226f5b 2,064 1.00/1.00 vMB 51
676,062 676,062 00000000000000000009b4e43f46aed83f6343e9a35809bc63f6f7eba87ff36b 1,083 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.