Loading Tool

Explorer IconExplorer

Memory Pool

77,572 transactions
29.55 vMB
0.07237790 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt c675150c2356ea07fb3c37c3f58ab1e2fb3e02cff4c3b0ebdeaf736a5f259758
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 9eae1b08669be084517d5876621fd14cb8015e29506cc38aff178f3a374101ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.00717819 BTC
Feerates: 75.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (9,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,142 906,142 00000000000000000000a93c09f4d69ad76a999c4c438ac8f0a6e54d5e09676e 2,719 1.00/1.00 vMB 2
906,141 906,141 000000000000000000015367aa0bc57c005c2334f94b4d1ea44c339f1fe8aaf2 3,971 1.00/1.00 vMB 4
906,140 906,140 000000000000000000018035f11e37a0685a24f7ef167ea59b282c2d37eca4da 3,637 1.00/1.00 vMB 6
906,139 906,139 000000000000000000004d0a321babc109517318f98302ce66a8035bf1722649 2,282 0.73/1.00 vMB 2
906,138 906,138 0000000000000000000182d0a1900b5fb6f7d4d2709c24be673617bcc769f396 3,099 1.00/1.00 vMB 1
906,137 906,137 00000000000000000001c89474acfe68c3ef88200850f9dff04d884de6f0468f 4,066 1.00/1.00 vMB 5
906,136 906,136 00000000000000000000c468c26e2c53438f09d91b352d34273421c4be20b6fc 2,283 0.87/1.00 vMB 1
906,135 906,135 00000000000000000000ceeb94fa068db93ebcf7e95d061f28b3890cbede07f8 3,436 1.00/1.00 vMB 3
906,134 906,134 000000000000000000007197cbc0145712782a707047ce400c7803210927d954 3,858 1.00/1.00 vMB 1
906,133 906,133 00000000000000000001f26966744244f665353d8e3c27156c6ad0d0a6cf6acc 4,047 1.00/1.00 vMB 4
906,132 906,132 00000000000000000000bed47a2fb19c7b9589e4d9613c9c19c3577f04a9775d 3,873 1.00/1.00 vMB 4
906,131 906,131 000000000000000000005c1281edec2a53cc6aa0d84c8d90a8b8ac2fb3af458b 4,293 1.00/1.00 vMB 1
906,130 906,130 000000000000000000022886ecf86c5efa678d4741028ba06da04361e44b5003 4,160 1.00/1.00 vMB 3
906,129 906,129 00000000000000000001ed6eb59ece709b94bc456da01d9b44af19e8f8712da0 4,618 1.00/1.00 vMB 4
906,128 906,128 00000000000000000001ff9e6f09545ea1dedd3f255c3bb0b4725c0a6389f381 2,823 0.66/1.00 vMB 2
906,127 906,127 000000000000000000011d54562bcc54b041d9aabe6b6a146c3d13268ced19e7 4,564 0.96/1.00 vMB 2
906,126 906,126 0000000000000000000098c6a4d7298e28bb7574f973b5f86ed89e4dd5e39cd5 4,906 1.00/1.00 vMB 2
906,125 906,125 00000000000000000000976dd5f0ee9d8544ce577c5fa39b7295af39e8e283b5 4,749 1.00/1.00 vMB 2
906,124 906,124 00000000000000000001ad1c4d0f6ec4acbcbe936da3bcf5aaa2a409700747c5 3,489 1.00/1.00 vMB 2
906,123 906,123 000000000000000000008665e0d40706f6567b7fd83551c36808181c1cd0da89 4,418 1.00/1.00 vMB 4
906,122 906,122 00000000000000000000f83877617c1a665055ae5a83c9d75e935409becba488 4,215 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.