Loading Tool

Explorer IconExplorer

Memory Pool

79,448 transactions
29.49 vMB
0.06545942 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt c6df200771f8627b03158a98bcb3e19ea789b2270b37bfd8ea9a6033901b27f5
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root a5a1ed83ed7bf24e7dd2ddd612bec85888e8914233735a3d229e06b9dfc26fc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,546
Size: 1.00 vMB
Total Fees: 0.00545450 BTC
Feerates: 147.04 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (516,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,324 398,324 00000000000000000651608fb29469701d91cc49c5ba25655dafea6ea53c2af2 1,071 0.80/1.00 vMB 21
398,323 398,323 00000000000000000409a2a376ce5f3f13a7c8111da7584faff06e1af03e78d0 2,740 1.00/1.00 vMB 46
398,322 398,322 000000000000000003d05e195be73f1724022ae8f368dd522c8bbef133de6849 752 0.99/1.00 vMB 16
398,321 398,321 0000000000000000005b994b5c89d6af004471c26472d32718759eea3252954a 356 0.29/1.00 vMB 22
398,320 398,320 0000000000000000061f3514adf52ebabcc5bea6c6c2c1ec5e20462c34df2ae5 1,526 0.85/1.00 vMB 29
398,319 398,319 000000000000000001fb47df5297603be37592f696a5e7cc9f46a89c9177d902 2,686 1.00/1.00 vMB 50
398,318 398,318 00000000000000000515315f103da5282e67994068f49f494cf956c1cbe81b80 181 0.17/1.00 vMB 20
398,317 398,317 00000000000000000051be6f3e10808e23735aed395cffb579a1e34bb57cc2cd 88 0.10/1.00 vMB 12
398,316 398,316 000000000000000004fdec8a79078c63dbe771e2871aeda12c2b7983d73fbeaf 648 0.29/1.00 vMB 36
398,315 398,315 0000000000000000041a7de1a3df35b78affdc4cccfea0bf8274e624a70dcece 1,396 0.89/1.00 vMB 31
398,314 398,314 0000000000000000045c2f67e368f7e8a4da8ee363b6d30d4355e9882177c49a 535 0.91/1.00 vMB 12
398,313 398,313 0000000000000000006eef928da2fe242b28b7cf8bf3a45e65560edec2e11055 1,972 0.72/1.00 vMB 47
398,312 398,312 0000000000000000062c4d5adcf4e7ee92756c60ba8c48c975017bea1649ce90 73 0.03/1.00 vMB 43
398,311 398,311 000000000000000002d3889fec0e0f2656d0a6de45e2ecfaed86671c80e278fc 1,196 0.95/1.00 vMB 25
398,310 398,310 0000000000000000009e6dbcbab556e092179e3c8f8f6e7a67deaa33254c0a58 1,309 0.99/1.00 vMB 23
398,309 398,309 000000000000000000f9d390d116311ac28b7afd0ec2c047daa3773912ebb24b 66 0.05/1.00 vMB 12
398,308 398,308 000000000000000000fc7f4c2ab9ceadb639529d38a16086228dfadc8e0b44dd 2,609 1.00/1.00 vMB 48
398,307 398,307 0000000000000000051be5a2bd2bf302b9b7bd49fb04a772d300e8d1931190f8 1,986 0.84/1.00 vMB 47
398,306 398,306 0000000000000000017edcca9393c2aaffe1dc5e7cceee039cdb94a8fe56e8c9 1,088 0.52/1.00 vMB 33
398,305 398,305 000000000000000004b25e364922f82b3fa5997b2d4e5c246d3b25d2202a2d18 1,705 0.84/1.00 vMB 39
398,304 398,304 000000000000000000f9718309507c7cb5bbeede01438be02ae2e5c82fba8e3f 1,208 0.58/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.