Loading Tool

Explorer IconExplorer

Memory Pool

81,491 transactions
30.88 vMB
0.07165815 BTC
Random Selection Loading Transactions
Max Size: 188.13/200 MB

Candidate Block

Mining Attempt 327d6d77ff0ab32c1aaeadf83b0ce120162bc6d419af3d53f81b60d125feb7cd
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 3f9982bb8d0163a5da2e116aea93eb90af4816d96d1216cf3a0ff7effd9b51b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.00531435 BTC
Feerates: 60.16 > 0.53 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (84,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,190 830,190 00000000000000000001b551d55ef07ae11e2621f7addbb5105c86b3ed9f58af 2,460 1.00/1.00 vMB 42
830,189 830,189 00000000000000000002a4efb481a031d8ba46c4d3d176c1203723871ea55a09 3,252 1.00/1.00 vMB 88
830,188 830,188 000000000000000000031078c782673e4a3dcd189ec2253033115a9e316aba6e 2,167 1.00/1.00 vMB 57
830,187 830,187 0000000000000000000036b84e96d2de9de51b801e8f61c8f3411796c03d5f62 2,811 1.00/1.00 vMB 79
830,186 830,186 0000000000000000000042e171cdd0b53190c967189beb6ac922c16dd4760b05 2,427 1.00/1.00 vMB 59
830,185 830,185 00000000000000000001320b0369c6e9287c055024991b74dc4e25dd4bb7a9bd 1,888 1.00/1.00 vMB 39
830,184 830,184 00000000000000000001b5b14857733bdda06abfafc98b9b7526e8ad5de7ebeb 3,131 1.00/1.00 vMB 78
830,183 830,183 0000000000000000000210073426c52aefe12dca2f2984a1bcc06f61410173ff 3,417 1.00/1.00 vMB 80
830,182 830,182 000000000000000000034c23c5ba13a810d1c50773b954ef2d486fe945a52a34 2,750 1.00/1.00 vMB 178
830,181 830,181 0000000000000000000331b6da5f1ee8e68a1e953933672076d15162c9424365 3,513 1.00/1.00 vMB 37
830,180 830,180 00000000000000000002ee945e0ee6d46d333b819fd5c2820589709528059dde 3,176 1.00/1.00 vMB 51
830,179 830,179 000000000000000000007824eea23d2e9fff7a75d8df32414d798cf7e77006bc 4,150 1.00/1.00 vMB 33
830,178 830,178 0000000000000000000070a130ed46f0c0d2a723ad21d5e771070955ccacd177 2,731 1.00/1.00 vMB 57
830,177 830,177 00000000000000000001dadf5b77434f5d029fa4c7bd3f7905cacfeddcd0f36c 3,023 1.00/1.00 vMB 145
830,176 830,176 0000000000000000000372e1abbee923547ea212447d4acc3e2bfb12c9f627bf 3,384 1.00/1.00 vMB 40
830,175 830,175 0000000000000000000124a21184959cacd08c3bcba66dce44e26723f88560d0 3,126 1.00/1.00 vMB 72
830,174 830,174 00000000000000000000dc5d64f3bfc043e4c3623d29d28af2aa1eb0381b676c 3,042 1.00/1.00 vMB 65
830,173 830,173 00000000000000000001fdbb2298778eda88be7e387ab7586907db4dcafcb01e 2,911 1.00/1.00 vMB 129
830,172 830,172 00000000000000000000c2eede6da0d23ba23742781879a312f563aa605f858b 3,095 1.00/1.00 vMB 137
830,171 830,171 00000000000000000000c3a45a61c28b35b60c1a77af6f1d798b6e8d2ab344ad 3,577 1.00/1.00 vMB 55
830,170 830,170 00000000000000000001415df7d56d6a747f6c474df3d3f204f9ab9857fa931b 3,185 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.72 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: 705.02 GB
    • Received: 16.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.