Loading Tool

Explorer IconExplorer

Memory Pool

80,797 transactions
34.75 vMB
0.18225549 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt 02c8f6e4ce91830355a646512b028baf17c485b32416ab37937e15dd47379e69
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 88bc2d8c984d5155356bde6b5f254c40e5940e6fe9772910a8a4a7445acdd874
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.05091708 BTC
Feerates: 189.28 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (43,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,766 871,766 000000000000000000025acfba5fc67cf052250afc5479506c9e25cac887ca5d 4,111 1.00/1.00 vMB 8
871,765 871,765 000000000000000000028ff575064f58a35c49f0af2f100815c9e4a1973403d0 3,260 1.00/1.00 vMB 7
871,764 871,764 000000000000000000025bd978e89563f384441f98800669027725e314e53acd 4,243 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 783.11 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: 734.21 GB
    • Received: 18.55 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.