Loading Tool

Explorer IconExplorer

Memory Pool

80,506 transactions
30.32 vMB
0.08899446 BTC
Random Selection Loading Transactions
Max Size: 182.47/200 MB

Candidate Block

Mining Attempt e06865a93e25b2456249cc5030ede119e4750a204c51f7830cec9d8a1cd266ff
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root fc35fb88a401a137226abc24fbb53b96c2ea3c6dea0381b4c12c91360ddaad4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.02400996 BTC
Feerates: 150.45 > 2.41 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (257,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,034 658,034 00000000000000000008baa106e7c86b7f017dd4aeb7ace0169c69fd901e8b2f 2,981 1.00/1.00 vMB 21
658,033 658,033 00000000000000000007e7969f3b52c2c2f0eb8ca6499d3af3a9d12db7bc3330 2,189 1.00/1.00 vMB 25
658,032 658,032 00000000000000000004f0d97816384cacc09379b94e94d525e4fb0793b5f542 2,010 1.00/1.00 vMB 22
658,031 658,031 0000000000000000000c697cdfc78cbdbaa253feb32174a89792d9ba49b08449 2,802 1.00/1.00 vMB 68
658,030 658,030 0000000000000000000dba4615b7dbbf37c1cfebb79ebed3265789bebbe2b882 2,613 1.00/1.00 vMB 39
658,029 658,029 00000000000000000002660190702821b398952d5a0838d0ea5deacc4266cf40 2,964 1.00/1.00 vMB 81
658,028 658,028 0000000000000000000a6adf46a119a7b28ccc9e57c1e17a570e4cb99f63885b 2,443 1.00/1.00 vMB 65
658,027 658,027 0000000000000000000557615b91c51803538dc767abf3c936c92f01596e46b3 1,727 1.00/1.00 vMB 43
658,026 658,026 00000000000000000002c483107184fb9ed325723a0429f59c5e7179722b1544 3,254 1.00/1.00 vMB 85
658,025 658,025 0000000000000000000dce8c4151537b57a1f557fe7a78fe6e1c87dcadbd1331 862 0.34/1.00 vMB 24
658,024 658,024 0000000000000000000ec58e97190ab219f50b942c85634f16fae9692cc2c813 2,607 1.00/1.00 vMB 31
658,023 658,023 0000000000000000000ffcb424f18d4b47f2d966ff74b05a216c8a4214a1a46c 2,663 1.00/1.00 vMB 21
658,022 658,022 0000000000000000000d3fd7590bb0e5bba3942bdf7d0f4620a83588cd9ef38a 2,412 1.00/1.00 vMB 10
658,021 658,021 0000000000000000000c280f1de5af9935556b79521daa3a30cff42fc841e474 3,078 1.00/1.00 vMB 72
658,020 658,020 0000000000000000000323b3fc9e0623d123f0b9bd2112d5b432259703e92132 2,759 1.00/1.00 vMB 6
658,019 658,019 0000000000000000000a28f423796d3ad2cad7661cbd12852a7fd4dfa7650514 2,773 1.00/1.00 vMB 55
658,018 658,018 0000000000000000000c1f74bca28863ac91578b500ecae9dda8cec17e6a1bf8 2,761 1.00/1.00 vMB 43
658,017 658,017 0000000000000000000577637dc76f419ae725fccc90841550775b06a49f736c 2,578 1.00/1.00 vMB 39
658,016 658,016 0000000000000000000bddcdf0cda602275028da7dffc0174fd9e6a5f0e7a6f2 1,307 0.57/1.00 vMB 29
658,015 658,015 0000000000000000000bfc0685f30e0150a199c8c0bc77b906e0da69b17664db 1,221 0.44/1.00 vMB 35
658,014 658,014 0000000000000000000baebc1f28d1fca20b10acb049f44e557ac959d737b4a7 2,111 0.84/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.69 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: 687.93 GB
    • Received: 16.49 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.