Loading Tool

Explorer IconExplorer

Memory Pool

41,536 transactions
26.70 vMB
0.06403804 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt a937fc5bb614d4e393cdbad0cb4ece1cc650252db2b1aaffdcc451f501527a72
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 2d0c170129b01cc59a57d300578001e4b38ae16e2a75ec6f8ad7b2afde3dcd11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,814
Size: 1.00 vMB
Total Fees: 0.01471329 BTC
Feerates: 130.68 > 1.47 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (247,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,669 667,669 000000000000000000022da7ae9eba637582a92e1fe84dcec64bc31bdeceb2d6 2,337 1.00/1.00 vMB 60
667,668 667,668 000000000000000000040a2575cdf134a1ed0aee27c3978e428cb13b9bb96316 2,262 1.00/1.00 vMB 95
667,667 667,667 0000000000000000000581156c59afe446406d5beb425a57efbf0dcef8c6f9e1 2,407 1.00/1.00 vMB 23
667,666 667,666 00000000000000000004a2049df7e1ebc9d840c52fa0f0c8d700224774730fec 2,603 1.00/1.00 vMB 40
667,665 667,665 0000000000000000000b8dee9e6b51e469643da3da326f34288971d906c40c6c 2,265 1.00/1.00 vMB 100
667,664 667,664 00000000000000000005ccae1e7ad294306a90486ae5df0d801af3f86e22ce4c 2,097 1.00/1.00 vMB 89
667,663 667,663 00000000000000000007921f5cd04c24f89de48d8d5e4104902c4e90f107b43f 1,823 1.00/1.00 vMB 39
667,662 667,662 0000000000000000000172e547681c29603c2c3be2ba36737401f2dad0144dea 1,710 1.00/1.00 vMB 61
667,661 667,661 0000000000000000000b64e6124c75432db2102523ebc9f7e58962d39b2c4a8e 2,394 1.00/1.00 vMB 66
667,660 667,660 0000000000000000000cd7318b5e3f61d5fe59c246981d21ceafde6884b2e357 3,333 1.00/1.00 vMB 65
667,659 667,659 000000000000000000042d3db045dbb6b31dcb6ca881f5f8b273ece9885ffd63 1,092 1.00/1.00 vMB 83
667,658 667,658 000000000000000000063382b2d7e3c4c09389e159a4cb8eb96f0eb63ff769ae 2,683 1.00/1.00 vMB 100
667,657 667,657 000000000000000000013c03549bf693339e100e0169b7a442681c0c698ec555 2,690 1.00/1.00 vMB 98
667,656 667,656 00000000000000000003c8eb35d01d9e10858bb139835a1f3950074bb5e9adc6 1,890 1.00/1.00 vMB 58
667,655 667,655 0000000000000000000122686b83407f28970a14d030d4429b8e36441d5158d7 2,056 1.00/1.00 vMB 56
667,654 667,654 000000000000000000031cb027c6105f3d51940165dac487b376423beb906f99 2,706 1.00/1.00 vMB 85
667,653 667,653 000000000000000000077e14e19fedc8989510ff5491abc643aec7124ee7dd62 2,548 1.00/1.00 vMB 78
667,652 667,652 00000000000000000007f53f1004e856e295a07aa4046a17cfc5e8ed6b809fdc 2,757 1.00/1.00 vMB 74
667,651 667,651 000000000000000000010cd9057eeca7b1501b9d5739c956e22c6101a7988941 1,946 1.00/1.00 vMB 69
667,650 667,650 0000000000000000000a261baf9e59a58f4df15da023a06da8d37bd1aa89256e 2,982 1.00/1.00 vMB 86
667,649 667,649 0000000000000000000ce237f58d3f25d5c206e938daed432bbf65ff7c1972df 2,580 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.