Loading Tool

Explorer IconExplorer

Memory Pool

78,982 transactions
29.24 vMB
0.12134917 BTC
Random Selection Loading Transactions
Max Size: 176.37/200 MB

Candidate Block

Mining Attempt 041ea00a18e35a01047ed54e47eeb4cddcbfb54d6cfb0e991e0d7a456886fa62
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9a7f042341f58620a9f21bf4bfe402708a3a3f016b587cfb86e1ea7e9408dfbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04418368 BTC
Feerates: 150.80 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (554,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,136 361,136 00000000000000000b84e344f1de579251bb701fabff5073b95566a5dc4ee23f 595 0.78/1.00 vMB 16
361,135 361,135 000000000000000012fc6e6108b99a978b2ef9e4e698e22186859e00a3c41fb2 2,092 0.93/1.00 vMB 30
361,134 361,134 00000000000000000a4cb024ee472fbcdbccb09c6c8f1fecaa4937bb336e200c 1 0.00/1.00 vMB 0
361,133 361,133 00000000000000000b92d65d6a465cddcdd25bd38091aa7ab654b3d5ee84f5c1 44 0.02/1.00 vMB 279
361,132 361,132 0000000000000000148d89356c0ecdf869a47ae1f2459c65c7d7b623878299c1 1,108 0.64/1.00 vMB 23
361,131 361,131 0000000000000000101f9db0ded795805f8096f40313a337589c33baff3d57d7 1,234 0.75/1.00 vMB 18
361,130 361,130 00000000000000000cdd9299ed2b9e884e4de95139cde02d7153c7c8818b2ba9 987 0.75/1.00 vMB 21
361,129 361,129 000000000000000006bd9a37ab280fbe4496408ce0f423cef0d7df5887b7d9f4 2,179 0.75/1.00 vMB 45
361,128 361,128 0000000000000000060a7e3074383584f1c75b122c57891cdc67df1a45c3224e 2,223 0.75/1.00 vMB 42
361,127 361,127 00000000000000000e4e1e6f985585e9f9d1e91cf4f162734832cddc1c6a7e80 142 0.25/1.00 vMB 4
361,126 361,126 000000000000000008de4f72b034bd9752b253cdc471ec3d854a14fb21068ea7 291 0.18/1.00 vMB 21
361,125 361,125 0000000000000000091a68c7c86a26ac30fc97583da393d16edc2a42a688ff83 904 0.48/1.00 vMB 27
361,124 361,124 000000000000000011b4c69cbf84a43848f0d641c78c12d3bf475c1f6432a690 887 0.36/1.00 vMB 32
361,123 361,123 000000000000000014bb23b782a801887363c58d095dca62304fb55aed80a9d7 1 0.00/1.00 vMB 0
361,122 361,122 0000000000000000160e89cb430c25b04e22e157bdce889a1c4610cd798ae3c0 1 0.00/1.00 vMB 0
361,121 361,121 0000000000000000019412fdcf4848ec71149b8c626a54261a837629a5934f4b 86 0.08/1.00 vMB 12
361,120 361,120 00000000000000001403e46d129bf1b955a8393a66ff6d96bc2437fbb8b13bfd 342 0.18/1.00 vMB 74
361,119 361,119 000000000000000005372670a8b9a1dcfc84f4c4abc45aca0abe40bf48a361fb 553 0.25/1.00 vMB 26
361,118 361,118 000000000000000014ebdfb404f25e9686e7c52b799922e2249455842f863c6f 246 0.14/1.00 vMB 20
361,117 361,117 000000000000000014675f23a7b3a05a5425e7dd1117979a532a3bf60cbf15b9 1,133 0.60/1.00 vMB 23
361,116 361,116 000000000000000003388bbfa41039d3f637381b7d6df756fda1db19d798da1c 1,835 0.93/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.