Loading Tool

Explorer IconExplorer

Memory Pool

78,892 transactions
29.58 vMB
0.07111213 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt d17d2681a006177b0bf6be7f72e9eca85c2a6523e744d3ee74851cae1b9030e3
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 299a51eecb0f8c172d5d09046a9830bbe76d644d399e01db63cae0df41a2ff59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,223
Size: 1.00 vMB
Total Fees: 0.01085807 BTC
Feerates: 150.00 > 1.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (238,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,921 676,921 0000000000000000000b82aad9a2ea18d1bee2b1ead6c050292cc86ddf848a36 1,952 1.00/1.00 vMB 75
676,920 676,920 0000000000000000000454f03d61fea6813b3791cfeeb06d060d97c0109da5cb 1,271 1.00/1.00 vMB 77
676,919 676,919 00000000000000000004d2e306e21540ae16f264f6c3876ecf2ffe50eca0c9f4 1,912 1.00/1.00 vMB 45
676,918 676,918 000000000000000000046825bafd9893f9aff30227d0b9e0f37b63f2c4f96711 1,705 1.00/1.00 vMB 40
676,917 676,917 000000000000000000073bea679c378f5ac69fa7fbe26cc4494ec66018557029 2,171 1.00/1.00 vMB 32
676,916 676,916 0000000000000000000cbf9521d2e19e3ce84652b521e1c7333343c803960c2c 1 0.00/1.00 vMB 0
676,915 676,915 00000000000000000000539522b6bc020d65166e2e82731db8917a7d8155a1fe 1,278 1.00/1.00 vMB 35
676,914 676,914 000000000000000000095160a617aa3098636d50eb476895275b4b4461636aae 2,322 1.00/1.00 vMB 44
676,913 676,913 0000000000000000000cc60a03c96d4ab9874959644eefa08c87d0c0d70c8110 2,648 1.00/1.00 vMB 48
676,912 676,912 00000000000000000004a3e9ecfe32032fb41ee4e854a849bbb50b9acfae6d9e 1,611 1.00/1.00 vMB 46
676,911 676,911 000000000000000000006e35e3f1f1d45443a4f1a92d89580212c6ef352d491d 3,078 1.00/1.00 vMB 44
676,910 676,910 0000000000000000000b776d155c05ccc7a203c80a84874c1347cf0c1925255d 2,386 1.00/1.00 vMB 55
676,909 676,909 0000000000000000000b43d07bf6c2ba8ba0f4df6bcde16d6d0b8c98c7e5dc25 3,095 1.00/1.00 vMB 59
676,908 676,908 0000000000000000000b09e681b0a8baaeba06b51058bb89e260689c55ba85cb 2,926 1.00/1.00 vMB 65
676,907 676,907 00000000000000000006923944b7aaca82a7bf6b913774edca8a5f1e123ace31 2,840 1.00/1.00 vMB 52
676,906 676,906 0000000000000000000b8773e51737861f6b678e004edf98067fe6c537d5d0dc 3,280 1.00/1.00 vMB 59
676,905 676,905 00000000000000000008a78398290f21e2ea196c33d0297d0412441b8d4d98f7 3,528 1.00/1.00 vMB 65
676,904 676,904 00000000000000000003d8ce4ebfc35a9c3967944d929845f11ebce88a8a800e 2,864 1.00/1.00 vMB 77
676,903 676,903 00000000000000000002da073fd598c8ac9093f81ae1f0319152774b6b6a87e1 971 1.00/1.00 vMB 72
676,902 676,902 00000000000000000005a25ad7d63ce57d019188e8f37c32d7c750646053b384 2,998 1.00/1.00 vMB 82
676,901 676,901 0000000000000000000009bf64def8544fca76d685d51ccb7ce099aeb773f8f9 2,322 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.42 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: 665.42 GB
    • Received: 15.14 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.