Loading Tool

Explorer IconExplorer

Memory Pool

45,230 transactions
28.60 vMB
0.09337313 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt c22866d392abb2cc3cb0d969b3ec26028c8658472ed5f490ecfc5d08a9f8e921
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root 88e140c7de46f7ce8916ad25fc97633dcff6a08df454682c5b90fa3d0849aba1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,542
Size: 1.00 vMB
Total Fees: 0.03847773 BTC
Feerates: 200.00 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (247,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,740 667,740 00000000000000000003c257b046e024f4408a460e1d62f2696e76006f486a42 2,107 1.00/1.00 vMB 49
667,739 667,739 00000000000000000002fed29f399e700db7121a5fe04b0723514f66490a522f 2,678 1.00/1.00 vMB 91
667,738 667,738 0000000000000000000a3826a57cff626e2e3dd9f1476f9f6dff115dba7185df 1,604 1.00/1.00 vMB 19
667,737 667,737 000000000000000000022a99233e5f11f1afbd043c66301573decd90abf2f2a9 476 1.00/1.00 vMB 4
667,736 667,736 00000000000000000005b9207987697a2088106090515445157372346c43f35a 770 1.00/1.00 vMB 18
667,735 667,735 00000000000000000000ddf2e77e07b956192a0d0d942a6feb8ee6426708f700 2,371 1.00/1.00 vMB 18
667,734 667,734 00000000000000000002aa8cb19b810c1098e1769c4366ee614271fdc3f9b8d9 3,067 1.00/1.00 vMB 87
667,733 667,733 00000000000000000000a7b2c187c1dee385012674693b45123496eeb8c32b1f 873 1.00/1.00 vMB 20
667,732 667,732 0000000000000000000650273b1c6a60ce5574b22a32d4c4cb81a6b2d6778cc0 838 1.00/1.00 vMB 17
667,731 667,731 00000000000000000006d4be32655f5f1fce418342b16ddd2afd18c4e7a4caa9 1,963 1.00/1.00 vMB 31
667,730 667,730 0000000000000000000a891e85445e677eb3f67c099bb9c0c5f2ca320c952015 2,142 1.00/1.00 vMB 8
667,729 667,729 000000000000000000074ec78ec503c72edd08dd557769865c166f0ef25c45a8 2,334 1.00/1.00 vMB 28
667,728 667,728 00000000000000000001347b7fc65d5a187687e4bf5ef4f0956d32e8d7e61bf7 1,914 1.00/1.00 vMB 11
667,727 667,727 0000000000000000000021376fd794196b0c9b0653bea169871077b865bdb98f 1,649 1.00/1.00 vMB 40
667,726 667,726 0000000000000000000228f72e6a1c95e158bd5a215492cbbbfed807acd02bc1 1,992 1.00/1.00 vMB 86
667,725 667,725 0000000000000000000917300e6917dd7c1617ed0d68cd6f5b164b56fbb9856b 2,749 1.00/1.00 vMB 76
667,724 667,724 00000000000000000003d78c4ab74b5b41d25618022f53c59832b3ce6404b2d5 2,125 1.00/1.00 vMB 92
667,723 667,723 00000000000000000009c42ac35d803eaac905c345d88f8d9eee63aa31ce0374 2,610 1.00/1.00 vMB 64
667,722 667,722 00000000000000000005f44cf049b6ff2303e29cbaa94d1299daa3f08f760b06 3,048 1.00/1.00 vMB 102
667,721 667,721 000000000000000000040d2aed107f9d4164266acd07c009e4bed735ac438fdd 1,530 1.00/1.00 vMB 28
667,720 667,720 00000000000000000007cf1cd6c413e798a8a12ac22535464c031cd1a0d1e379 1,555 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.10 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.64 GB
    • Received: 13.60 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.