Loading Tool

Explorer IconExplorer

Memory Pool

34,361 transactions
25.67 vMB
0.06212653 BTC
Random Selection Loading Transactions
Max Size: 130.18/200 MB

Candidate Block

Mining Attempt 2d61ff1814bd318fb8b59e8de858444efdd3d3075c0078cd3bb095792449b342
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root a2a9693e488a13ff2aad9369568a0cb4e6ebcff0e59133d4aa9f1d5c8a1c12c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01541050 BTC
Feerates: 101.16 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (523,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,837 390,837 0000000000000000014e223245280e989fe461b9f07baf0cac58b721c8c9b025 1,070 0.47/1.00 vMB 37
390,836 390,836 0000000000000000042b4429b72e2d98ee8a03bd968eb2ca8e88900cf3e76d36 851 1.00/1.00 vMB 15
390,835 390,835 000000000000000000844ffab9f7065dc35c3a1c5c7035f34f729697a82d3ea7 2,388 0.93/1.00 vMB 43
390,834 390,834 000000000000000006ce8597cc7ce6900db292117d1203a723d7e740c0fff876 1,739 0.75/1.00 vMB 36
390,833 390,833 00000000000000000ae5eea46516bd403e9a3ce11c48273a18c4afae7f5cfc47 1,208 0.99/1.00 vMB 17
390,832 390,832 00000000000000000aa16c2156b70674c82ed1e6b876ee1072e4c5f766ad86ca 2,432 0.93/1.00 vMB 44
390,831 390,831 00000000000000000831fc2554d9370aeba2701fff09980123d24a615eee7416 1,194 0.95/1.00 vMB 23
390,830 390,830 0000000000000000035d56beddedb5f1602459eae568741ae59da9934483c01a 1,953 0.93/1.00 vMB 33
390,829 390,829 0000000000000000021ea73ed7003fbdb491eb7bd46f53b759d5adc0daf369fb 2,280 0.95/1.00 vMB 39
390,828 390,828 00000000000000000855c361a71651b0d73f6dfebd9bfdbae95671d54c56638f 2,229 0.91/1.00 vMB 40
390,827 390,827 00000000000000000a31daaf66cf40a1a58ba080c560157820f579ab8f555ad5 841 0.90/1.00 vMB 14
390,826 390,826 0000000000000000076f24f758b9994c28200132cb8ceb878293a284d277736f 595 0.48/1.00 vMB 20
390,825 390,825 00000000000000000945c50952f89bfe96dd6517ca95f75d254290d6cf755457 2,434 1.00/1.00 vMB 36
390,824 390,824 00000000000000000042660c6da5cb9805b47e4b5cd1cc0603f31dd25bfa3d51 1,216 0.95/1.00 vMB 30
390,823 390,823 0000000000000000015c6829888887496ee06aa1e7fd9c2df1fa51cd7d6390a1 2,873 1.00/1.00 vMB 46
390,822 390,822 00000000000000000357c74f25e49ac9f6828f6c97aa161db0451f48e8527fcd 1,153 0.73/1.00 vMB 27
390,821 390,821 0000000000000000084cd82ca5e2e14a42a6b04dd7d240a4e0c1dc5233468d91 1,463 0.88/1.00 vMB 27
390,820 390,820 0000000000000000012dd7136fc3506f70316496f047ba5639428e59020e8da4 2,230 1.00/1.00 vMB 41
390,819 390,819 0000000000000000010c47a71e8c6c6c5418cc3ef11d38db0c386bcbd59beaf9 1,772 0.83/1.00 vMB 34
390,818 390,818 000000000000000009954195297057d60dc4ccc01f05a592e87f8ff87ecfafcd 905 0.90/1.00 vMB 17
390,817 390,817 0000000000000000013bebbb4ea2adfaaa3288bd4a5caa6b87da490fe6b856e2 1,572 0.76/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.