Loading Tool

Explorer IconExplorer

Memory Pool

33,613 transactions
25.16 vMB
0.05226229 BTC
Random Selection Loading Transactions
Max Size: 127.76/200 MB

Candidate Block

Mining Attempt 1b56528a0c92da4f1e8ad984e955196299de24a3659c9e636da0206ddac65397
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 86b1c1f9f2c08db129210645b9eac0f612a0b6efda7959bb914a2932372fb52a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,556
Size: 1.00 vMB
Total Fees: 0.00695640 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (527,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,272 387,272 00000000000000000851af4352322eaf949213612b73bc4aec3a1d2e851e2bbc 2,463 0.84/1.00 vMB 43
387,271 387,271 0000000000000000080f25d8bf0a5fa948fd4567e852811e7ae22d23e9a6ee43 951 0.75/1.00 vMB 20
387,270 387,270 00000000000000000463b5967c2131ae96459a5c8855b1814d17d1a24329f3cb 1,198 0.57/1.00 vMB 48
387,269 387,269 0000000000000000079adbf606f0cd331e33d9ce5364f0d5364cbf7256344e5f 3,053 0.95/1.00 vMB 69
387,268 387,268 00000000000000000d42389f54eeccb8520b6cc95100ecae755f071246feab3e 1,076 0.89/1.00 vMB 21
387,267 387,267 00000000000000000a8d7eec422bd07ac9b29ca9fd97218401b2fe06bcf27da8 1,667 0.92/1.00 vMB 28
387,266 387,266 000000000000000001247fa562585af71282bea860d614097c9b718027490748 1,118 0.59/1.00 vMB 29
387,265 387,265 00000000000000000dcf596ad199de0347615ee9c096a93ffc3b84d194f38a4e 213 0.16/1.00 vMB 19
387,264 387,264 000000000000000006bbfdedc47052960952368e754323ab1665474d5994bde3 726 0.65/1.00 vMB 20
387,263 387,263 000000000000000008f2f8a0d8f7e20f11606fb0e78535cff670da9861323274 718 0.92/1.00 vMB 19
387,262 387,262 00000000000000000ab3a3d2ffd2d5eda08032fc9fb3ac21c76632b276b73c96 202 0.12/1.00 vMB 22
387,261 387,261 0000000000000000081f4e8cf15a15a35ff69405f26affbc2258bf8051cac8b4 170 0.31/1.00 vMB 12
387,260 387,260 0000000000000000059a4e5a8a131ee73e163eda244c545d53b0139d018d1c48 874 0.75/1.00 vMB 21
387,259 387,259 000000000000000004c5dfa399cca5e95ce802f684e6eab44d42dd2706355d06 405 0.93/1.00 vMB 8
387,258 387,258 000000000000000008fc3baadb17f248deda2442ffb81b125baa035c88f47368 1,020 0.75/1.00 vMB 24
387,257 387,257 0000000000000000040aff35f9af29213fe13622092d68c49f7b5b01377d1160 1,352 1.00/1.00 vMB 27
387,256 387,256 00000000000000000d8c3132a1cef9703f2480a4ac1ed4dfa9e6297bf6802fc5 1,593 0.93/1.00 vMB 23
387,255 387,255 00000000000000000290ece902310c75fd3a87946878184c3a72b96a1e800f19 1,768 0.75/1.00 vMB 40
387,254 387,254 00000000000000000d174c2a4097a669acf19b55f947e0ff325241d2af13c2b9 2,791 1.00/1.00 vMB 46
387,253 387,253 000000000000000003bd8337d08648185d4b515aa38aa0c05f28cfd7fa6fa09f 1,484 1.00/1.00 vMB 27
387,252 387,252 000000000000000006be7e39d5cc419cfc1e44c2a84e30dcbac058b9a4bd8b9a 1,073 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.