Loading Tool

Explorer IconExplorer

Memory Pool

73,120 transactions
27.12 vMB
0.06236434 BTC
Random Selection Loading Transactions
Max Size: 165.49/200 MB

Candidate Block

Mining Attempt 736caf806ce3d1d6edcfc99787731c74e8f6da9836e418d61d7b47f7f14ec910
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (303,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,288 612,288 000000000000000000098302696721bcc308f9479aeb1196b7c098b229783e0a 2,249 0.79/1.00 vMB 5
612,287 612,287 00000000000000000006786d6ce4a5601705f35c5098bd29b4b2305d7201ca4e 3,285 1.00/1.00 vMB 28
612,286 612,286 000000000000000000066625805604e6918a1321042d9aface43fff49d0e5ade 402 0.12/1.00 vMB 20
612,285 612,285 000000000000000000018553b7809eed4e61f47f17a157a787d3bb341a7683a4 2,348 0.69/1.00 vMB 14
612,284 612,284 000000000000000000141c4ed4f94702793b122bb8c4e9f7b921b76d11f1539a 2,540 1.00/1.00 vMB 13
612,283 612,283 000000000000000000142c67ec2796687f3ccde2ea2fdec529701e7c47f7a575 2,736 1.00/1.00 vMB 18
612,282 612,282 00000000000000000006e2bd0f1069af1e46979870801d863a433f651ddf6c86 3,314 1.00/1.00 vMB 25
612,281 612,281 000000000000000000024420d7ac7c5b421f9dcd5da8f05cac62a684c3a6edd4 2,179 1.00/1.00 vMB 46
612,280 612,280 0000000000000000001253986838be354827c110231d75d5fe8cfe76d222f237 1,684 0.54/1.00 vMB 9
612,279 612,279 000000000000000000105d91881e01cc47c5e553961f629186e616d10cf0ba3f 2,860 1.00/1.00 vMB 21
612,278 612,278 0000000000000000000582e70e419520551670b13a0fe009cde0dbe644063d27 2,602 0.83/1.00 vMB 20
612,277 612,277 0000000000000000000cf1b8164198fcf3b080517395bced59d624c702b6adef 787 0.20/1.00 vMB 20
612,276 612,276 000000000000000000133f2ff98cc3e99657abe365a797393be2bc721427c152 1,766 0.71/1.00 vMB 20
612,275 612,275 0000000000000000000cc764c54fce7879922892110ead57612a5254376d73a0 2,278 0.65/1.00 vMB 18
612,274 612,274 0000000000000000000bb3d76a74475c6ef412f745e77d1c70f57a9d31a87ec0 2,474 0.80/1.00 vMB 21
612,273 612,273 0000000000000000000a9978ce4a4409696d20e4e60329985120ac7dde83cec4 1,155 0.63/1.00 vMB 10
612,272 612,272 00000000000000000006eacd2784115dbf676fdcf04aa5d18bc76a8c817bde7d 2,726 1.00/1.00 vMB 21
612,271 612,271 0000000000000000001278c500bde99aee288368399924e98e962b3fae89628e 2,010 0.81/1.00 vMB 5
612,270 612,270 00000000000000000011a0ecd38c86d0de5ee0e1cb775ce3516fbf7e1ae83f93 2,317 1.00/1.00 vMB 3
612,269 612,269 0000000000000000000b1dbe15626f2656c739d12d741f7875ac3381fcdcbaf6 2,953 1.00/1.00 vMB 19
612,268 612,268 0000000000000000000d25ad8716079e42c845d3ef44a0ff0ffec1f7a59e7e0d 2,788 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.