Loading Tool

Explorer IconExplorer

Memory Pool

41,248 transactions
26.30 vMB
0.07446737 BTC
Random Selection Loading Transactions
Max Size: 136.95/200 MB

Candidate Block

Mining Attempt 6b85fc4ac6e5269dd8c0b8212d555eda5067215f19a2b185af678210744b8cb0
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root fb6afbbb705b4c06c0867981b0d33de99c2b8c8a69d3abd90075a90bbf183c0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02619213 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (86,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,659 828,659 00000000000000000001e3b2009e4f034db8f47d219540ac0746791acf5a9910 2,217 1.00/1.00 vMB 31
828,658 828,658 000000000000000000017e795465558680a6494edff867ed09d9276d2c4dafee 1,926 1.00/1.00 vMB 27
828,657 828,657 000000000000000000016b2ab59c8fcdb19bc5b697ec817c82e4a9799135a284 3,174 1.00/1.00 vMB 38
828,656 828,656 0000000000000000000116c97ebfabc8c401547936d1a5288177075b1f361b11 3,397 1.00/1.00 vMB 35
828,655 828,655 000000000000000000017c084e81f51e965b0fa33a1244939d39474953d6a409 3,410 1.00/1.00 vMB 35
828,654 828,654 00000000000000000002a3ad748ffe39c10eeefbd1cd231e95425cebf4350a52 3,923 1.00/1.00 vMB 42
828,653 828,653 00000000000000000002130081532ddd634e3265c606a3fa2ad184f9fbd5e6af 3,083 1.00/1.00 vMB 37
828,652 828,652 000000000000000000027b14bc5e3d246244d4491bd23707c9a9252a6f3904cc 3,671 1.00/1.00 vMB 46
828,651 828,651 000000000000000000027e48043307ce7b0973a5fc92e975d07dd23fbba73992 1 0.00/1.00 vMB 0
828,650 828,650 00000000000000000000d3009e356ee81364ca92096c0c448c7e44aebf841d60 3,643 1.00/1.00 vMB 39
828,649 828,649 00000000000000000000ece19d3e70f7f435a49c91826229b1653d8a9525641f 3,167 1.00/1.00 vMB 53
828,648 828,648 00000000000000000001cf2ac63db65d5b6abbeacbf0ad491d42336b1e01fad3 1,707 1.00/1.00 vMB 27
828,647 828,647 00000000000000000000ae931a8dd63bbd655c372cff6490185401bac1ae5580 1,227 1.00/1.00 vMB 25
828,646 828,646 00000000000000000001a1644c0589c2f1b4caefb7a7fc03a18f16d512e23a63 3,941 1.00/1.00 vMB 30
828,645 828,645 00000000000000000002485c42472d87bd732e1c0283f5f21c21e656b8ed799d 2,474 1.00/1.00 vMB 27
828,644 828,644 00000000000000000000c92f4b03d1b6c520e3386adbba350504136050859c92 3,571 1.00/1.00 vMB 31
828,643 828,643 000000000000000000021b0a25fed1e9785d3bdc0610cae0eb48942fdbf2d768 3,547 1.00/1.00 vMB 38
828,642 828,642 0000000000000000000041866447d46218074ca49b7be1394f305d0d6f6e277c 104 1.00/1.00 vMB 23
828,641 828,641 000000000000000000008b1a7a853caada0be07487d11d2537ec71f59f0bbe62 3,141 1.00/1.00 vMB 26
828,640 828,640 00000000000000000000e1b0e585fc1da4a1ed41487bf3c189db09d9c15b1a7b 2,902 1.00/1.00 vMB 36
828,639 828,639 00000000000000000002a8af2c998ece6fcec34110861ca6acae79edb7a98a14 3,050 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.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.