Loading Tool

Explorer IconExplorer

Memory Pool

51,775 transactions
30.58 vMB
0.10097954 BTC
Random Selection Loading Transactions
Max Size: 164.26/200 MB

Candidate Block

Mining Attempt c35f032e64236279b674c0182035414f7ba139c8ab5204256b07f50ea9564eca
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 0c0cb387e45457a7e02b992ad1398aab823ef03099a40457fc2d9491818bfb83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02551658 BTC
Feerates: 70.30 > 2.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (356,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
558,672 558,672 00000000000000000016a1f55245ec943b75a4eb6732c35ff9ca60c4b094c0d7 3,149 1.00/1.00 vMB 31
558,671 558,671 0000000000000000002b293156af6e19671843009e7fd0e31c2a60038a8b0ce2 2,836 1.00/1.00 vMB 29
558,670 558,670 0000000000000000002e7d2c21c3cd3ee3ed96c5df483b0b2d1c63151114255d 2,247 1.00/1.00 vMB 23
558,669 558,669 00000000000000000003aed76015ae81c2a4f3f7d4a205653278be4ba104c46f 3,212 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.