Loading Tool

Explorer IconExplorer

Memory Pool

88,832 transactions
33.70 vMB
0.14313564 BTC
Random Selection Loading Transactions
Max Size: 199.74/200 MB

Candidate Block

Mining Attempt 3e9c62209aa3194c5eba97b6940fa4a940ecf919d7a5bba0b72d2a5c3d79a94c
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 415abab0920ef1f58c2609ab733e6280442d94be09f0b73faa373907581e2015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,337
Size: 1.00 vMB
Total Fees: 0.05790463 BTC
Feerates: 469.97 > 5.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (133,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,001 781,001 0000000000000000000392bd950e0a9b519c1a6b3ed3c15350ce0b0efb9ab9b4 830 1.00/1.00 vMB 8
781,000 781,000 00000000000000000002015feda78108d9169512192098eadf82cdafd3f9eeaa 1,956 1.00/1.00 vMB 18
780,999 780,999 0000000000000000000327b2199afe8a4320e63f3a698beee1c34ba92656f2f9 2,283 1.00/1.00 vMB 28
780,998 780,998 000000000000000000064b4e1bb3a64d794b134fe3cc701cfae9f4de3c73e2a2 1 0.00/1.00 vMB 0
780,997 780,997 00000000000000000001a5571c5c194f34e3ba8087a2d92de4e0636e94989770 3,046 1.00/1.00 vMB 30
780,996 780,996 00000000000000000005453648005b7a47190587060938253627c55dfbd592e8 198 1.00/1.00 vMB 5
780,995 780,995 00000000000000000001240e5f6f49e748f9342cdaecbf5f0a8d91c281245511 1,040 1.00/1.00 vMB 8
780,994 780,994 000000000000000000030b062ed6ff8b07872ab7c08ec1bcffa16fd5beae6fde 1,405 1.00/1.00 vMB 12
780,993 780,993 00000000000000000002f4879b0395017664598bb71a099e2390d726fc8c184a 2,656 1.00/1.00 vMB 22
780,992 780,992 00000000000000000000253eec8bad7484d555af4bb95846cddc5f980e6d3722 2,181 1.00/1.00 vMB 11
780,991 780,991 0000000000000000000133c1b6517bc62ae1ba92dca1194409ff9f89736b8c53 1,306 1.00/1.00 vMB 16
780,990 780,990 0000000000000000000537a66a590bfd25e97689938620f6ea0710b7e37eac8a 3,067 1.00/1.00 vMB 30
780,989 780,989 000000000000000000036752bbfbcbaa638f0a866a78241680b19745ef70fbf1 1,845 1.00/1.00 vMB 30
780,988 780,988 00000000000000000005e94ee4c1fc7b91b6b0bf27ac36637ea1e1c5fe280a7d 1,819 1.00/1.00 vMB 28
780,987 780,987 0000000000000000000231f200d5250c9b3c34d3285fc07186a25d3aa2328bc9 2,161 1.00/1.00 vMB 18
780,986 780,986 0000000000000000000452c1566758bf5e6b597dfa3fb1ffe623d7250da9eb1d 2,197 1.00/1.00 vMB 20
780,985 780,985 00000000000000000001d8772d7c8f534d468d1ebaa0987cd193b4d68029b0a8 489 1.00/1.00 vMB 6
780,984 780,984 000000000000000000019c4427cda0d7c4399db378cb364c65a727a5b642d7ba 849 1.00/1.00 vMB 8
780,983 780,983 0000000000000000000056472697e0ec71063fee145aecee9eefe99f2546d60d 895 1.00/1.00 vMB 7
780,982 780,982 00000000000000000004d7db817fb2714fafddf74ef608df2efccc47b2959b47 1,560 1.00/1.00 vMB 16
780,981 780,981 00000000000000000004ebd2c7669ca9a39abcfa38613bf80376533848ac692c 1,825 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.30 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: 658.00 GB
    • Received: 14.56 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.