Loading Tool

Explorer IconExplorer

Memory Pool

17,106 transactions
9.04 vMB
0.02259356 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.56/200 MB

Candidate Block

Mining Attempt 1efb486be85337a2847167291d846e175d1e203238e109537a287e2f934ba7d3
Version 20000000
Previous Block 00000000000000000000d3f4e5195ad8c9a7be58eafd281273ee95f83be78592
Merkle Root 165135a2f338fba1526f1e10bb8e573762ab5cddf0d7a3746389bcad4b4edf2b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,565
Size: 1.00 vMB
Total Fees: 0.00872095 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,567 (742,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,737 170,737 00000000000000cb2677920724f919a436bf34a28a76a5eac52174865d9eb259 92 0.03/1.00 vMB 16
170,736 170,736 00000000000003acd3487b24f655e09446287ff54f0e2f672d49109ddfeecf04 1 0.00/1.00 vMB 0
170,735 170,735 00000000000003da42ceefcbf1f08f7694b85bc48735e7d31a5e8e67fc9f7d1b 135 0.05/1.00 vMB 113
170,734 170,734 000000000000033e1e388c0c735c24e4061decdfb4c423ae824bcd5f5573ec82 1 0.00/1.00 vMB 0
170,733 170,733 00000000000000abadd2e820c947cfa11f9caded25fdd8f79b4282a3cf2529e6 18 0.01/1.00 vMB 54
170,732 170,732 000000000000024e5642033546ba9389c345f004ec84699f7f2ede1e987388ef 15 0.01/1.00 vMB 120
170,731 170,731 00000000000001cc47e535d516289f30308c577c412883f503e3617a7fc7e85d 17 0.01/1.00 vMB 59
170,730 170,730 00000000000003ea8c6b084082704ff6dbbde41bac8e404854fb614cf8db776e 27 0.01/1.00 vMB 142
170,729 170,729 000000000000066278181df43051fc0b2ca7ba4d8c1671f7d199ab7e1e597f92 16 0.01/1.00 vMB 475
170,728 170,728 00000000000005f92cb9aa2b33c55648d24b7a92cca49b7892cb98663638f218 12 0.01/1.00 vMB 63
170,727 170,727 00000000000009bb5d5d2f41147c5858c1fca7a86bb52670fba8e3d85b4fa71e 16 0.00/1.00 vMB 46
170,726 170,726 0000000000000798d2245db7eb72308a65e11e662711dfffb916ab3a7b52d18c 1 0.00/1.00 vMB 0
170,725 170,725 00000000000009b22b87ea92b0d597e1a97a95321cd1e5eed80947e7318c5cd4 67 0.03/1.00 vMB 220
170,724 170,724 00000000000005a431d4ca4a543379f4d5b07e8ed81eaa18ac79f6e0bd44a60f 1 0.00/1.00 vMB 0
170,723 170,723 00000000000000e4d011b98d010cff1192fa8bff60acefe11881a1f08c49a8af 54 0.03/1.00 vMB 137
170,722 170,722 00000000000008331cd25270d13979c8799ba4281931b9beda907e3ec4dc8114 1 0.00/1.00 vMB 0
170,721 170,721 000000000000099d1cb4fdb877e5f482811837c3cb11faaff04f9db14b243eb8 57 0.03/1.00 vMB 186
170,720 170,720 00000000000001ea30c469b99f911bdfde7a3e2feae7a37af6559fe1f42437e8 73 0.03/1.00 vMB 240
170,719 170,719 00000000000005834056c9c11919b70c0ee165b8f26163048016ea7809428e14 1 0.00/1.00 vMB 0
170,718 170,718 0000000000000229fbf6677d1e1f0945bef79665c897b0b14ccf9c3289311055 32 0.02/1.00 vMB 113
170,717 170,717 00000000000005b319de086c9649cd4b6a42a4c8eaeb52d4c5b0bec2453fe148 21 0.01/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 779.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 430.33 GB
    • Received: 2.35 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.