Loading Tool

Explorer IconExplorer

Memory Pool

83,004 transactions
31.38 vMB
0.10760111 BTC
Random Selection Loading Transactions
Max Size: 190.86/200 MB

Candidate Block

Mining Attempt 2d6c47e27213275bd231378e9bda2cd7cbf96a64cd425bfb39cee250edb6ab1d
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root d08c1957328f023ceffef03210b43dab6c06b6aa055db3943e10a9871d0466be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.03040546 BTC
Feerates: 151.12 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (72,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,868 842,868 0000000000000000000306c778902fb43ba35f61a0c551327c866fadd4db1453 6,754 1.00/1.00 vMB 17
842,867 842,867 00000000000000000000f740c492a7ce89bd87a604a9c62d25250fc069f69476 2,849 1.00/1.00 vMB 19
842,866 842,866 000000000000000000019be4b9095a507388f6c0065e630c1faf2e7719e5ce9c 3,527 1.00/1.00 vMB 29
842,865 842,865 000000000000000000023d3a61240bd82982ed859987e8c01c0f73b3dabd19d1 5,141 1.00/1.00 vMB 20
842,864 842,864 0000000000000000000205e70856afcc106c8f6f7c340fc3dc17f5746159ec05 6,511 1.00/1.00 vMB 18
842,863 842,863 0000000000000000000188e06bb2512604b0069a7622ebcb767059892bffa5ab 5,206 1.00/1.00 vMB 20
842,862 842,862 0000000000000000000068869a3443c6c7b88c49a4d459f0aa12ef1bbb38b7dc 6,726 1.00/1.00 vMB 18
842,861 842,861 000000000000000000019d7567fdb6c3e4428b7acf03e3032488b3b9ab5a10b7 5,049 1.00/1.00 vMB 19
842,860 842,860 00000000000000000002af646d3b1b64e16e2ca7f187eecbeb0e957e7487d621 3,676 1.00/1.00 vMB 20
842,859 842,859 00000000000000000001400cc186f1faff854a51d2f2cb101aed1c2d876c6e51 3,414 1.00/1.00 vMB 24
842,858 842,858 000000000000000000001f74f4852dca689084a42ca83ca69e666a6f15a12d21 3,329 1.00/1.00 vMB 28
842,857 842,857 00000000000000000002f04cf687e42d9970b80accf3a424171ecaa0e0cd5a3f 2,353 1.00/1.00 vMB 19
842,856 842,856 000000000000000000009d3173a4b94f7ec125c21bdf3d4649431ebd6dac2b34 3,377 1.00/1.00 vMB 23
842,855 842,855 0000000000000000000177f5999cd7714fd4f9ba56da5c16f9cb5803c2ed7bd2 3,989 1.00/1.00 vMB 26
842,854 842,854 000000000000000000013d145e51a30b4340f439493a2a526b0ea16ac12538c3 3,283 1.00/1.00 vMB 31
842,853 842,853 000000000000000000003ba411102ec4330c7bb0956029b3b2387371086e488a 3,519 1.00/1.00 vMB 20
842,852 842,852 000000000000000000014ba8b095362f57f81fc045a20cd685238ad3c4fa7f54 5,826 1.00/1.00 vMB 18
842,851 842,851 00000000000000000001eb8ecf711f2fbece9aec05ce4d8cd3f01befdfd5116e 4,366 1.00/1.00 vMB 21
842,850 842,850 0000000000000000000263e92e5c7d4723bdf6b38d6e7ae31da2187640cf2d16 7,544 1.00/1.00 vMB 15
842,849 842,849 00000000000000000000959ef9f0498d7bb48021948f403c2d27633ad47e1b66 5,050 1.00/1.00 vMB 20
842,848 842,848 0000000000000000000068dd416044c2320fb54d35d7dd04ab42220e4bdcee85 7,058 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.06 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: 720.68 GB
    • Received: 18.24 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.