Loading Tool

Explorer IconExplorer

Memory Pool

79,319 transactions
29.33 vMB
0.07293594 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 5da9215be4aa42f3d6f5e703f78a7a9a0c8e2e5de1d12c3e57bf345b11f6ebe6
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (363,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,005 552,005 0000000000000000000e5d5a618932845e5f88b9fa2f857ea3ac9fe770218f0e 3,191 1.00/1.00 vMB 22
552,004 552,004 00000000000000000026a29e2701ceb4b4fd58e13d9cb98da22c757dc0a8128f 1,909 1.00/1.00 vMB 20
552,003 552,003 00000000000000000024825a0b38b44c9ce0b0d885eb68e40a7403f32994bf0f 3,427 1.00/1.00 vMB 26
552,002 552,002 0000000000000000001ee54e7e3b6d1474972985ac77599fe51ae51a1cfed4fc 3,163 1.00/1.00 vMB 25
552,001 552,001 0000000000000000001e21942e49387b422f5f3d44d342af548d79eabfed6452 2,909 1.00/1.00 vMB 62
552,000 552,000 0000000000000000000b127f679ccb72c759e843c18792e0bc30e2fddcea4fb2 2,975 1.00/1.00 vMB 24
551,999 551,999 0000000000000000002152d1b9a6809e633f582e1d9e1a18da854e571ba2c40f 2,621 1.00/1.00 vMB 33
551,998 551,998 0000000000000000000db2bcedab76ed24372451596ff746ce04b6c85329e463 2,891 1.00/1.00 vMB 42
551,997 551,997 000000000000000000035de7f4b2e33ee0b0611d084c5752d01deb050d7eed09 2,922 1.00/1.00 vMB 68
551,996 551,996 00000000000000000021a95b2158fb6e4f38ad3d16f6d09a662464047b4ed8a4 2,176 1.00/1.00 vMB 65
551,995 551,995 00000000000000000004b91ab32d00b055a37fdba33e063d95e42a3505b3d3e0 2,618 1.00/1.00 vMB 35
551,994 551,994 000000000000000000045f46401aa7701009c1b105567f8d237225e7105ba091 2,569 1.00/1.00 vMB 51
551,993 551,993 00000000000000000005e0845de6621b6558c6933c01b9264771c6458e24145c 1,771 1.00/1.00 vMB 15
551,992 551,992 0000000000000000000fa611a67e01faa4773a7c91835853877757e45095ef9d 879 1.00/1.00 vMB 2
551,991 551,991 00000000000000000020704c6ef0b02219fb677d83bb2dd7bc2646576cf39015 2,865 1.00/1.00 vMB 8
551,990 551,990 0000000000000000000ade8ac2b76a18958934aedc4e08bafcd9238b732e97ca 2,388 1.00/1.00 vMB 49
551,989 551,989 00000000000000000002263447e177208c252450b3e666233a934fbb1dc55de8 2,788 1.00/1.00 vMB 48
551,988 551,988 000000000000000000180a9ad483443eee6c6c129ca5a496b3d5c6584e2adc46 2,202 1.00/1.00 vMB 8
551,987 551,987 0000000000000000000fc4acee3c088ce467f3e85b5d2122eea190cfe4f8980f 2,473 1.00/1.00 vMB 49
551,986 551,986 00000000000000000010bf8298fb987230513a0a7c0ea7d5c5c91fd2b3200dc4 2,970 1.00/1.00 vMB 3
551,985 551,985 00000000000000000006913f3f254d051ec0324fb43c2f60e063646938e9cd0b 2,507 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.