Loading Tool

Explorer IconExplorer

Memory Pool

16,705 transactions
9.23 vMB
0.02309709 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.69/200 MB

Candidate Block

Mining Attempt 6a446f8585c8b909e9bca4fea96ad3702864651744ac3b37c920a62deb3201c8
Version 20000000
Previous Block 000000000000000000006d6ceaf54c475dad3ee76350cfaae0a06e1c68d2ee67
Merkle Root c2faa437654a0fbdc902c56c673a04ea80db6e9d816e5af36b6e9dc405b55e23
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,381
Size: 1.00 vMB
Total Fees: 0.00893679 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,561 (795,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,816 117,816 00000000000046bc4088feaa263abf60392759e4355d59051749d1d1dc90260c 5 0.00/1.00 vMB 737
117,815 117,815 00000000000013738901728051e328eac80810ecd431c32e8cafd6f0d953e875 1 0.00/1.00 vMB 0
117,814 117,814 000000000000958512767b02efde3fb75d35244b29b4e100c26153947cd34731 12 0.00/1.00 vMB 710
117,813 117,813 00000000000020e80dfb66a1f42f1f0017db02065c2186aef92bc7e3b140515c 8 0.00/1.00 vMB 718
117,812 117,812 000000000000744d2cce8584d0a4896742ff1c80b237c7e220ecdb1543c9f2e1 10 0.00/1.00 vMB 0
117,811 117,811 00000000000057244ffbe1431da594284bc52ba34147d973913b1d20c43c8192 12 0.00/1.00 vMB 322
117,810 117,810 000000000000b41fa5bbe617a3fbbbc033be32bf132a369365389e12035c5b9a 25 0.02/1.00 vMB 485
117,809 117,809 0000000000001b9a8506692fe9b95d92cd26a62d17b6450a5af06753ca52c0d7 7 0.00/1.00 vMB 0
117,808 117,808 00000000000063d562fb21c0060d1bd61600f31e4bdfa8d531ba3ba48fbdfd50 10 0.00/1.00 vMB 0
117,807 117,807 0000000000000b615e6aa53af5a75edea18cf8bc8dea4d3fcae38edbe52ddf87 11 0.00/1.00 vMB 1,809
117,806 117,806 0000000000007f2dee1e5e64a88e8a9f2c4d19a5e0a9ebb9bb9c83624605a25f 1 0.00/1.00 vMB 0
117,805 117,805 0000000000009f1e352bb364be0cc2396880a8d349f69d02b0a901d207b3a118 8 0.00/1.00 vMB 512
117,804 117,804 0000000000006cfd415d1a617113d05bc32da0067019bc34409ee108dd27d0c9 11 0.01/1.00 vMB 1,632
117,803 117,803 000000000000b46784c6d2b55eda8aa7d9aef981f324981b75fac1f87c4a8f8d 5 0.00/1.00 vMB 0
117,802 117,802 000000000000184733262c8c3eec6662baf3adba1eb1b78eaa0957e75ad280b7 10 0.00/1.00 vMB 357
117,801 117,801 000000000000503faded18be3428443f95146b1b4fcbe766425b06a706daaab8 21 0.01/1.00 vMB 716
117,800 117,800 000000000000578232c0e5a895a87f5d7286c479a9971ea75f371916ddad6c12 10 0.00/1.00 vMB 1,662
117,799 117,799 00000000000026ad4ebf6ff3685c4771bad625636a937671e121cf87bf181264 13 0.00/1.00 vMB 595
117,798 117,798 0000000000001c3f4754bbb8d0cb036f07c13293d8f681acaec7e4203379f9ba 20 0.01/1.00 vMB 920
117,797 117,797 0000000000004d372dde8e087018ba8b51542fffc4abec716f035985e46c48a4 2 0.00/1.00 vMB 3,875
117,796 117,796 0000000000000ca57f1112e03377e4ee658a1d66244fa098c9e7008f89f8c423 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 425.93 GB
    • Received: 2.31 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.