Loading Tool

Explorer IconExplorer

Memory Pool

31,990 transactions
18.32 vMB
0.09178220 BTC
Random Selection Loading Transactions
Max Size: 110.43/200 MB

Candidate Block

Mining Attempt 9139cd0ee35281f18d2fc0c5d89f96f3f30b864b43e68924c785d689d6ba5178
Version 20000000
Previous Block 0000000000000000000161b65dc9cf0adfdad107b801cd87f1dcf0cfbb454654
Merkle Root 75a6eff0889af8988e708ff52e1335a3d88a515198e5fa090ecd474468599693
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.07225322 BTC
Feerates: 39,346.58 > 7.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,903 (50 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,853 938,853 00000000000000000001ab804d87f102375af7b5f66092008f309ee8de1da26e 4,079 1.00/1.00 vMB 0
938,852 938,852 000000000000000000001d9095c3ec76340032f6ffe3afd4b73c2e0b57634c52 4,615 1.00/1.00 vMB 0
938,851 938,851 00000000000000000000f881cd877edd5df2203b7bf7e0f470014bb0f32812b0 3,580 1.00/1.00 vMB 1
938,850 938,850 00000000000000000000f1e6a44fdd8f2d1953d4e1f927a5e727df1c6a8ef28e 4,872 1.00/1.00 vMB 0
938,849 938,849 00000000000000000001d1b2d3c720204269fa0e425ac8ebe81cd4489fdbea93 3,322 1.00/1.00 vMB 1
938,848 938,848 00000000000000000000116f51ef2c4abc2225e369d6e1aa635013b20bdf242b 3,959 1.00/1.00 vMB 0
938,847 938,847 00000000000000000000b09ebcf3c6cc9bb79f0c6eba60b6d31b73e837c005a3 2,000 1.00/1.00 vMB 1
938,846 938,846 000000000000000000004facba3fbf8f728388b275a7ff31df962b80bde3ac1d 3,778 1.00/1.00 vMB 4
938,845 938,845 000000000000000000009ebda73bc50cd409a8cedf9c1c930ede4d60b6a2a570 3,070 1.00/1.00 vMB 1
938,844 938,844 000000000000000000017dca63bbdd47a916d88fccec820ef72d75e02f35afdf 3,683 1.00/1.00 vMB 1
938,843 938,843 00000000000000000001a5d24ae04aa6bc8a1971f76e8796c7e42ca4c573637d 4,708 1.00/1.00 vMB 0
938,842 938,842 0000000000000000000023ba4bae4bea5e79c55757ceb9be70d05768ba320e6a 2,606 1.00/1.00 vMB 2
938,841 938,841 0000000000000000000087a22c646954f80a27220e64c04fab96a4d9d176e2b6 4,727 1.00/1.00 vMB 0
938,840 938,840 000000000000000000003433907290011490dc1e0e81316269a531040f5be503 2,779 1.00/1.00 vMB 2
938,839 938,839 00000000000000000001183783134fc039979438f02ca75eed5fb9e48dbc9b00 3,816 1.00/1.00 vMB 0
938,838 938,838 00000000000000000001640bd7c1369aaefd189be6b2c261741965c1a22372aa 468 0.17/1.00 vMB 1
938,837 938,837 00000000000000000001e3046cfa40f7ff9b14b2c64967b7e52abf70181e278c 2,140 0.83/1.00 vMB 2
938,836 938,836 000000000000000000011b5586878aaf35f268c8ac6acfa11745f63b25dc6507 3,110 1.00/1.00 vMB 1
938,835 938,835 000000000000000000004de044d8574295df34dd52a612f8687e83fb00544418 2,778 1.00/1.00 vMB 2
938,834 938,834 000000000000000000009066ad05d42432b9a66c6181020a2ea9f47555774fac 2,958 1.00/1.00 vMB 0
938,833 938,833 00000000000000000000e8f901b5608e5dd3232e69199dae4b07fa8c3e8b5b9a 3,123 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.72 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: 4,208.78 GB
    • Received: 230.31 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.