Loading Tool

Explorer IconExplorer

Memory Pool

43,538 transactions
27.33 vMB
0.07498348 BTC
Random Selection Loading Transactions
Max Size: 143.45/200 MB

Candidate Block

Mining Attempt a538ba078282c173f85ba44afdc9644aa321077673e075d998aecaece58497e3
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 3e60aa44dc1da0de4d27f95d749ab5ab52865857ced180a4f6ae511a38c5e49d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.02375241 BTC
Feerates: 157.73 > 2.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (313,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,234 601,234 0000000000000000000bb06f6b9d4558b027ba9dddc6ca15765bf72ba35d86b1 2,278 1.00/1.00 vMB 49
601,233 601,233 00000000000000000011fa8fde5f8d26bf87a541b5484fa8295f053ef336417f 2,613 0.90/1.00 vMB 26
601,232 601,232 0000000000000000000d143f89d0aaf16813b54114e1f26c68a6e731e919d6ac 654 0.23/1.00 vMB 26
601,231 601,231 0000000000000000000630b697a90534ddafbf2d4fec9910d6f4a66a2d755478 90 0.05/1.00 vMB 22
601,230 601,230 00000000000000000008c2f7fd535c50f249ba3005f4b8ace577a1320f2c5ef1 400 0.24/1.00 vMB 18
601,229 601,229 0000000000000000000a0c13c157e666da7c030f16b0632096e8cff8e95059f0 677 0.22/1.00 vMB 24
601,228 601,228 0000000000000000001008ec3b751dbcb547ea174988a5096a0eb0c3117732d7 1,059 0.45/1.00 vMB 28
601,227 601,227 00000000000000000005fab98480465b1825c49db6afb555bb14bc2541a76d44 1,849 0.74/1.00 vMB 4
601,226 601,226 0000000000000000000d60872a5f34373b0cfe8f30d488152efb7d4fa4228e4d 2,304 1.00/1.00 vMB 31
601,225 601,225 0000000000000000000cf5accd05d88aa1ee747227fc59597d1f44b1809d9a95 2,559 1.00/1.00 vMB 45
601,224 601,224 000000000000000000090c4ae28b06386eb6a77bffcabab14a4f33b13b06f8e4 1,108 0.47/1.00 vMB 38
601,223 601,223 0000000000000000000e44473d639001d25069de5df8cff969867d7eed597a82 1,985 0.66/1.00 vMB 3
601,222 601,222 000000000000000000069d75eba8942f8d926cf8b27a1574416d907a5bfd436c 2,444 1.00/1.00 vMB 27
601,221 601,221 0000000000000000000f978910200ae0c08b2ee5eeeb025430e24f3354342dba 2,195 1.00/1.00 vMB 59
601,220 601,220 00000000000000000004ed3571935afb8620d99312c51920709f957e8cdd461b 2,796 1.00/1.00 vMB 16
601,219 601,219 00000000000000000008c47e607a9123cdfd32a72897b18c33a3b8b31b8a7ac8 2,327 1.00/1.00 vMB 31
601,218 601,218 0000000000000000000505dd3cc8fd04ca53c667b65fd7854c968c23678b5238 1,991 1.00/1.00 vMB 15
601,217 601,217 000000000000000000063c55e8644c3a75965c279a03f3df5f0e399726783376 2,586 1.00/1.00 vMB 43
601,216 601,216 000000000000000000145fc04f6f11e031ab8d44ae796e7769514dc64f85f5e3 2,664 1.00/1.00 vMB 37
601,215 601,215 0000000000000000000c94dadb8c2c6b78184cc61fe38535bf09d777731be9f6 2,419 1.00/1.00 vMB 17
601,214 601,214 0000000000000000000a4b4d2d705c98633f88e85ad9986b2c0dd958c4817f25 2,639 0.99/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.23 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.