Loading Tool

Explorer IconExplorer

Memory Pool

40,038 transactions
27.18 vMB
0.05798002 BTC
Random Selection Loading Transactions
Max Size: 142.13/200 MB

Candidate Block

Mining Attempt 307fc56bd9c561db9578493d6c994271ab467542d2d9d8616ce9b6df5163e66f
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root d43370be03999e8eb7d9d2995feed6515001ae5a83db1002b4ad3d357f57ecda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.00745868 BTC
Feerates: 69.10 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (356,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,693 558,693 00000000000000000002ec120a3a70da1c5d85d5c3cdd7e26e76716f39341422 943 0.27/1.00 vMB 25
558,692 558,692 000000000000000000078dc6dd37ef2b3789632a61a5f377d679d00a450a2d6d 3,079 0.97/1.00 vMB 14
558,691 558,691 00000000000000000022f60fa09f5566b78112894aa5b4a53f8d0c44761425c7 573 0.18/1.00 vMB 11
558,690 558,690 00000000000000000001e611abd590d31ae18d0eb39bc112df05e50034a2b085 1,010 0.66/1.00 vMB 8
558,689 558,689 0000000000000000001ed28e6bb17e03e0122600b1ee0855b883c37b2d645d49 2,781 1.00/1.00 vMB 14
558,688 558,688 00000000000000000029b7d8f987d5cfb2e2943213864ca0fb7fbc0e6a148ee5 1,971 1.00/1.00 vMB 7
558,687 558,687 00000000000000000000b56be85e67a0b780f2f5d42ef23850029d4698f92569 2,342 1.00/1.00 vMB 11
558,686 558,686 00000000000000000029b750f27429b03fdf7e387b60c91667dbf04e119a25d5 1,778 1.00/1.00 vMB 1
558,685 558,685 00000000000000000014853efc096f8dc92a44bae1cc68468112e9dc7d0357f0 1,862 1.00/1.00 vMB 6
558,684 558,684 000000000000000000232b01d8fed3a92d330d698f0f7ab190c298969527db2f 2,105 1.00/1.00 vMB 11
558,683 558,683 00000000000000000003db475bfdc30348cb3d3679f816e862d6a663bbbfac0e 2,364 1.00/1.00 vMB 10
558,682 558,682 0000000000000000002581598d987caa6c401d1ea97a1629a7787e999a319d11 2,564 1.00/1.00 vMB 7
558,681 558,681 0000000000000000002333017e4f62d251df2f39da53c02b46ba21e38ac78036 2,477 1.00/1.00 vMB 6
558,680 558,680 0000000000000000000b7533f0f28a4a7c77516a052a4904e590dec4fdd24b1e 2,892 1.00/1.00 vMB 30
558,679 558,679 00000000000000000003f861f6ff45bf89580c0818a737fa1126992148cf7a78 2,178 1.00/1.00 vMB 8
558,678 558,678 000000000000000000245ebb529bbbee80b0b44e7be1d7b2d679b196416aa217 3,080 1.00/1.00 vMB 21
558,677 558,677 00000000000000000021aa7623bf7bf9848fbfae9ad7119d7fac11b6618a323a 2,873 1.00/1.00 vMB 13
558,676 558,676 00000000000000000000c7458e5521d90835f63427a61fc247dc86e9937ab134 2,916 1.00/1.00 vMB 15
558,675 558,675 0000000000000000002522802da9f4e30b9c9d97c51ac57fa80cc1d97bfba128 1,795 1.00/1.00 vMB 11
558,674 558,674 00000000000000000009c5af3c4b65d6b54e2d793fac2d1dbd1a3103ee6458e6 2,965 1.00/1.00 vMB 19
558,673 558,673 0000000000000000000c78413b476673b3116a3aa669a02673ce86488ac405e7 2,872 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.