Loading Tool

Explorer IconExplorer

Memory Pool

75,751 transactions
28.53 vMB
0.08343780 BTC
Random Selection Loading Transactions
Max Size: 171.47/200 MB

Candidate Block

Mining Attempt 13fafa252bbdbc0d44f747cf2ace6c27e50df519f0bf716530ad807be248dbab
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root dde716a7221c884aa6af1dbd3440e191c7e1b5cd9d1265e36c499dee6c7a4dcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,451
Size: 1.00 vMB
Total Fees: 0.01879927 BTC
Feerates: 65.95 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (821,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,441 93,441 0000000000029cb121a8e4df901a91bac80afb72f575c09c7e2f9f65a9b4522e 1 0.00/1.00 vMB 0
93,440 93,440 0000000000040a02b22fc75a766f50bd157ba0da91fb5418288890eadc033ca8 1 0.00/1.00 vMB 0
93,439 93,439 000000000004bfbbd6fa77e9a01ef4f7e6e1ffbf60dd9d68319f818fea304196 1 0.00/1.00 vMB 0
93,438 93,438 00000000000911ad3673855cff28c2f367fe4e6bd543cfd016db48fcfb3abad3 3 0.00/1.00 vMB 1,945
93,437 93,437 000000000002fd93252d2c2364a67d049d845d87bc5b445d2ccca6df906c2a2a 2 0.00/1.00 vMB 0
93,436 93,436 00000000000025e5dd3e16d83af66b9468275bda3ae5d5a4e23758401d9da83a 1 0.00/1.00 vMB 0
93,435 93,435 0000000000060d857da5ddc237d749af134668df9ecf71e63d961c0bd0384265 1 0.00/1.00 vMB 0
93,434 93,434 0000000000015bd838a90b05cb3090ba64ad2229c3addcead97b5af24ead349b 1 0.00/1.00 vMB 0
93,433 93,433 000000000001d93a598823128f8324a003709479273b48b65f4ff1b1ff43b75f 3 0.00/1.00 vMB 0
93,432 93,432 000000000000297b00ae6f65a03099dfa5b116d909638209cde7c13d9cfefe27 1 0.00/1.00 vMB 0
93,431 93,431 000000000007320f63d585b366b012de824111444e7360d91f0fe7b8a9a515c4 1 0.00/1.00 vMB 0
93,430 93,430 00000000000164f06110b9b2e28d9a864186050e8d182d7e81b026d137289822 3 0.00/1.00 vMB 0
93,429 93,429 0000000000026f38925bc882124a32ca704e4a6b18504b2d37bdf1eb8f4ab10c 1 0.00/1.00 vMB 0
93,428 93,428 00000000000919a71bdf3162b971b5a03b34d4b137fe9a02c9bbbd6c8a6ab646 1 0.00/1.00 vMB 0
93,427 93,427 000000000001514989b35fab58b8e19a16e7a64bae5266ac4a16a4e08104e719 1 0.00/1.00 vMB 0
93,426 93,426 000000000008f21e3bdb9ad045f38e824cb4b24bd0cf94ce3cb6195834ea6cf8 4 0.00/1.00 vMB 1,560
93,425 93,425 0000000000087bced2e4f0d559be9744b2234463d3e00988139b65657dc11801 3 0.00/1.00 vMB 2,079
93,424 93,424 000000000008324564f784d3fd20d8c32d0bde00e63d86e73a25ed9665396c4d 1 0.00/1.00 vMB 0
93,423 93,423 000000000006eaf57a574ba887320c3192fba828e4856f500daf07372433e8ea 1 0.00/1.00 vMB 0
93,422 93,422 000000000002212be397a2819dc8194d115d407f1735bfcc601ed0e633c156ae 7 0.00/1.00 vMB 842
93,421 93,421 0000000000040b652e3f42b45ae4982368b1c5ed1d5a98382a532a55775a2c96 2 0.00/1.00 vMB 3,891
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.