Loading Tool

Explorer IconExplorer

Memory Pool

76,224 transactions
28.25 vMB
0.09165916 BTC
Random Selection Loading Transactions
Max Size: 171.44/200 MB

Candidate Block

Mining Attempt 24b928c48c2d35d21a5de53f18d5b5ec8cd582cca5c1d9dae9ff15cc7eafe842
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root e15b06375f2d2c606e58d915b6aaf42f9fbd76ab7bdb3879d0c3c356d7ee911a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,575
Size: 1.00 vMB
Total Fees: 0.02977865 BTC
Feerates: 402.60 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (309,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,991 605,991 00000000000000000007268e4c78903a84f9537218bf590130e7b0d734c3bad9 1,555 0.46/1.00 vMB 13
605,990 605,990 0000000000000000000f48246ab85a071aef7770bc19914c78838e2c321fba0e 2,815 1.00/1.00 vMB 28
605,989 605,989 0000000000000000001379bbe90163134c6323e94b6af55e74356e51f4de565a 2,636 1.00/1.00 vMB 33
605,988 605,988 0000000000000000000688514d632f14e502028d70d306f3980700730e40981a 2,233 1.00/1.00 vMB 24
605,987 605,987 0000000000000000000ca60e9b45ea72137d54f832b2bead0a2669208a610cfc 2,677 1.00/1.00 vMB 46
605,986 605,986 0000000000000000000957b2a3f157f5719938f6f722250bac77e64dcbfcb45c 2,887 1.00/1.00 vMB 44
605,985 605,985 0000000000000000000f52e66f2b30440e23399a4b6860efc3765d7fc9cba135 2,533 0.97/1.00 vMB 21
605,984 605,984 0000000000000000000b7bbbbd5c695348639e4cea129b94bcafc79eb926995e 2,521 1.00/1.00 vMB 26
605,983 605,983 00000000000000000006a63e558ca82154a699472a09e1ad9aab6f7a7ad82c88 2,749 1.00/1.00 vMB 37
605,982 605,982 000000000000000000028e8fd9075c0d35b508a3b6311f980081470b6a16279e 2,229 1.00/1.00 vMB 28
605,981 605,981 00000000000000000003ba6b67a56a07ffc8f597bdd2ad590f9eb4f08c43841e 2,743 1.00/1.00 vMB 43
605,980 605,980 0000000000000000000336b2e980f8a7edd1b1d17a4edd668198dec20003a166 2,746 0.95/1.00 vMB 27
605,979 605,979 0000000000000000000eb4b6da8933b8875661399d3d83c069df1cb8c67006a3 3,056 1.00/1.00 vMB 33
605,978 605,978 000000000000000000076390799bb425c8b17fa194befe6775636fb9fc5edff8 1,859 0.67/1.00 vMB 28
605,977 605,977 0000000000000000000c9967f11c7c8c5c68d956e74c3e9e1ccebc538dc23c8e 747 0.42/1.00 vMB 10
605,976 605,976 00000000000000000001549818599ca6dba72fa6daa55d8bd9d58d2853a46b62 1,188 0.45/1.00 vMB 28
605,975 605,975 00000000000000000014a47311ea8fbdbcb446a419f919d0f46e26f686c3f493 1,026 0.26/1.00 vMB 26
605,974 605,974 0000000000000000000480c2c474f8402d494eae28dd4d1002dba4c9e67ac7f3 1,011 0.37/1.00 vMB 29
605,973 605,973 0000000000000000000873e634af3116b9ece5abbf5a620f592784c229c0b0e4 1,144 0.37/1.00 vMB 32
605,972 605,972 0000000000000000001533877e6a83d161d3f14cb4a57a8fb9ca37594f8982c5 1,574 0.49/1.00 vMB 28
605,971 605,971 000000000000000000007077d5469ac80605ba5f1e627d59897260941ece7ebd 1,663 0.44/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.