Loading Tool

Explorer IconExplorer

Memory Pool

34,513 transactions
26.40 vMB
0.05386079 BTC
Random Selection Loading Transactions
Max Size: 132.88/200 MB

Candidate Block

Mining Attempt 1c3e4b35f2bd77e185223421da2f231026b1fb2c2c5571d9f1f5fc9f8d9abf49
Version 20000000
Previous Block 0000000000000000000076d3b2eb8179f74811df1cca117fa5e00d4936f64943
Merkle Root c63596c7bb89f33bb76dc9596bf9aa9c7d3f351ed79d2f5e7fd671124b826598
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,682
Size: 1.00 vMB
Total Fees: 0.00468549 BTC
Feerates: 76.27 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,655 (735,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,023 179,023 0000000000000a3d4b9e43e4b6b53ae773cc060fb00c2d98f364db4b9a80dec3 113 0.04/1.00 vMB 75
179,022 179,022 00000000000001e6a7378f838ba4aa0c528bb250c0fcf1dcee4e0a5c2fd8fd3c 66 0.04/1.00 vMB 80
179,021 179,021 00000000000009fff87aec327a32e37c8dc2594ebe86f929e4135ca7469cfc2a 170 0.07/1.00 vMB 118
179,020 179,020 0000000000000a8df7dfdf1723694248f729837cf382842f250d216cf9015315 8 0.00/1.00 vMB 32
179,019 179,019 0000000000000744d1c0a0171b92e5ab5a81ac89a9db0f508ab81166ef5fa9b9 9 0.00/1.00 vMB 0
179,018 179,018 0000000000000479fa3bbe66a4e48fd0ec9260238f751bd432a3758fcc854ec7 28 0.03/1.00 vMB 68
179,017 179,017 00000000000000808a4c4dcea1f47ac490d6dae9c504ecbc0eaddd4b1559e825 52 0.02/1.00 vMB 61
179,016 179,016 0000000000000214e97e357ce2b63bcba30cff2386831b2724fb69e1a310c404 28 0.01/1.00 vMB 217
179,015 179,015 000000000000057b56aaa6791b448517ea28a7e9b15d668f16c47554d3bae955 26 0.02/1.00 vMB 96
179,014 179,014 000000000000079dcdf3fca771c6ccbe1691169466a54db22a4f2b7a231e19d6 62 0.03/1.00 vMB 3
179,013 179,013 00000000000004a480289db9e096f56347602447b244ad16c6d80732abbffc5e 76 0.03/1.00 vMB 121
179,012 179,012 00000000000005836435039c89dc6ccd21797d2733086a667ecc5ad8ed8b9340 1 0.00/1.00 vMB 0
179,011 179,011 000000000000005333d511e78ec825642aa761a034828665ec7dab352fa3029c 17 0.00/1.00 vMB 63
179,010 179,010 00000000000001758e3fa9dd52f47fdee7bcd6755281ccad4b18d9ff310f6c14 110 0.07/1.00 vMB 93
179,009 179,009 00000000000001d892e1e2b9219ed1f88b91a40e06aeb7d02dca2d1217042e7e 14 0.00/1.00 vMB 61
179,008 179,008 00000000000001b1173b395d3a56c20ff992045f76dbb00deabf3a906b573017 55 0.02/1.00 vMB 273
179,007 179,007 000000000000022846e210c8dcf34afef28db20f4af52f32c1e2e26e50be076a 53 0.02/1.00 vMB 3
179,006 179,006 00000000000006e201a9febc18a74f06584f4a0f17887e1a434fedbe2a144a39 28 0.01/1.00 vMB 121
179,005 179,005 0000000000000245034cee51e94c5aa9e969996a3a7d7ae6032f7dee6a2dc621 71 0.02/1.00 vMB 4
179,004 179,004 0000000000000310df79394f7ad83409a325ccd616dffd13fef2f5fcddb8d85c 21 0.01/1.00 vMB 72
179,003 179,003 00000000000001fee260a2cd4f8d2ff73508662a717f54e173df38132be53fd0 47 0.03/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 781.78 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: 632.99 GB
    • Received: 12.18 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.