Loading Tool

Explorer IconExplorer

Memory Pool

79,595 transactions
30.15 vMB
0.08269845 BTC
Random Selection Loading Transactions
Max Size: 183.91/200 MB

Candidate Block

Mining Attempt 06bd75daa2edb4b4f2012519f8dd331c4c841e67bc7131e21b6586ad513e1aa3
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root bc0a05039d1c6d3a8f7c836dd83a2854d825416acd952ea261231fb49e995070
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01530229 BTC
Feerates: 200.00 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (43,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,763 871,763 00000000000000000000ac2766b4c8b27a56230c8f290f1277664adece685c96 2,265 1.00/1.00 vMB 5
871,762 871,762 000000000000000000023c1ee7d0688e77ab920e6363dbfcffe7db93714bdf0f 3,172 1.00/1.00 vMB 7
871,761 871,761 000000000000000000028d1d516e7e8dd5b2713c9a6ef53fe8c22f95fc448db4 2,838 1.00/1.00 vMB 8
871,760 871,760 00000000000000000000b511fff6d093acc90923b02efc7a315ce3c9e0a5646e 2,910 1.00/1.00 vMB 9
871,759 871,759 000000000000000000022f5bb2176b366bbbe7d9418ac75f90ec0ae3e06b9f13 2,712 1.00/1.00 vMB 10
871,758 871,758 00000000000000000002524095b0cce6a212bb8cabb9f9bf79c3d11f46b542c2 3,660 1.00/1.00 vMB 16
871,757 871,757 00000000000000000000d9b3cb3ff3c5c97f53d37e9477c5f90a990521f281f2 3,170 1.00/1.00 vMB 9
871,756 871,756 00000000000000000001411d708589d113a084c09cc786a568a69237ade50419 3,381 1.00/1.00 vMB 17
871,755 871,755 000000000000000000017f436b3b74ce9a3b5a2080f8fdc2b0e8ab890a21ebd1 4,114 1.00/1.00 vMB 5
871,754 871,754 00000000000000000001050bd93ea26a4c51eb451bdec16b7a622903988225bb 3,718 1.00/1.00 vMB 5
871,753 871,753 0000000000000000000221e26f0acc5ae6c5e224da2d3ed7a0582a03357993e1 3,676 1.00/1.00 vMB 5
871,752 871,752 0000000000000000000299f4ca9cf525b7c34c88be5fcc8102b6633a7b33ab90 1,531 1.00/1.00 vMB 5
871,751 871,751 000000000000000000018554ca0662b1278e1c57f5ef2e8df82c7bba087ca795 3,662 1.00/1.00 vMB 11
871,750 871,750 00000000000000000000caa41b637e9ec5241708df493fa9e8193ad44b08d241 2,689 1.00/1.00 vMB 8
871,749 871,749 000000000000000000019ec3adba36d2149581f1d795363644bb5b74888c1f14 2,181 1.00/1.00 vMB 8
871,748 871,748 00000000000000000000d7afa464188f0746099c26ae100ebbe727f004a765f0 3,948 1.00/1.00 vMB 11
871,747 871,747 000000000000000000019b9509e5590ff2e7a8f4d4cdc0529d12c7b10c998705 3,434 1.00/1.00 vMB 5
871,746 871,746 00000000000000000000de1ce7c0ea10f6067bc2a1b0f53c54bbe7cb114a6bab 3,281 1.00/1.00 vMB 11
871,745 871,745 00000000000000000001ba6d535d20322d61e4122f866c2e49f142f0a494d97b 4,254 1.00/1.00 vMB 5
871,744 871,744 00000000000000000000f8c24f6f1804118088c480b5100d096b830183efbe07 3,269 1.00/1.00 vMB 4
871,743 871,743 000000000000000000024d13155cfffaf87e8a242553325c635a0f873235bd8a 2,903 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.