Loading Tool

Explorer IconExplorer

Memory Pool

74,526 transactions
27.56 vMB
0.07121017 BTC
Random Selection Loading Transactions
Max Size: 167.94/200 MB

Candidate Block

Mining Attempt 1e3d8179dd23986117f79ec49b35e438472c46301c5b9a9e8c68a2dca7b6d0ac
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 7e78bae19ae5cbae52a1859d0c70a85de4777a69da694dd46bd79a3d9e7e6d51
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,489
Size: 1.00 vMB
Total Fees: 0.01231840 BTC
Feerates: 150.80 > 1.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (603,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,446 311,446 000000000000000007a9f1ff2cf84f7c0b7e26325b0bc8a44fc01a5534f05ca8 64 0.34/1.00 vMB 49
311,445 311,445 00000000000000001c7a7a6e695da09316a4a5588c86d4f718e81475e69dc740 24 0.01/1.00 vMB 18
311,444 311,444 0000000000000000026b9cd78ca21e2df34971df5dc0c464c59e5c3855c15825 169 0.11/1.00 vMB 37
311,443 311,443 0000000000000000374b7d7e9290025b241ebe25e62f99778e21ce1088fcf1b2 488 0.36/1.00 vMB 21
311,442 311,442 00000000000000000789a82904f9a00850d8b8c24b2733b041dc69fce55f9900 23 0.01/1.00 vMB 6
311,441 311,441 00000000000000000c5d21ab555f73165528b999fc290af35d9418ab5542a429 471 0.29/1.00 vMB 26
311,440 311,440 00000000000000001e6bb9d7ca13e63f49e698fcb508b0faa3a9c88eccb21894 251 0.15/1.00 vMB 23
311,439 311,439 00000000000000003353219680a7865f9f45cbf1156eae9b542a55d32b6e4d52 128 0.33/1.00 vMB 43
311,438 311,438 000000000000000013286a31d6918f1ceee7ec6de9a661ce81f0f2b0419ec03b 94 0.05/1.00 vMB 36
311,437 311,437 00000000000000000b0b89e9c55c2819f6eac27070c74f064e91c7cfb36b9338 198 0.10/1.00 vMB 35
311,436 311,436 000000000000000012cf88e16fdceb3a76079d4633cf6c824462d9b12c2df6e3 290 0.15/1.00 vMB 32
311,435 311,435 00000000000000000fcacd89fbedc9470018ed49e3c95292ea4978e5a1b05d4c 23 0.02/1.00 vMB 24
311,434 311,434 000000000000000013bb303cc6d74434fa655658436d5766652a7fd89b8f30b1 320 0.15/1.00 vMB 35
311,433 311,433 00000000000000000dcffeaab064180aeb3ac52dada7b9e9143d202a3ed1baee 105 0.04/1.00 vMB 33
311,432 311,432 00000000000000002ea4593b12e02e52e39d9470ff9735998c1c169e00d0a7fd 472 0.29/1.00 vMB 37
311,431 311,431 00000000000000002253cfd3e79fd61c26c2e6b456387ca639fc2091789927e6 58 0.05/1.00 vMB 22
311,430 311,430 00000000000000002658cfba8cb11ebf86e4f0da13237c8520073a782d5ac3aa 792 0.46/1.00 vMB 29
311,429 311,429 00000000000000003710d9dfda70d598b23fdcec3ed1dbd5d8c62a8b2015289f 517 0.29/1.00 vMB 30
311,428 311,428 00000000000000002f610812844aa97c64e7f19cad0bda64aaa82e3c4b81eba1 256 0.10/1.00 vMB 51
311,427 311,427 000000000000000012007d19e8bd1453d1205eccf285c97f7a8818bd3726d436 211 0.12/1.00 vMB 42
311,426 311,426 00000000000000000b9dcc3fdf280d4e5381c9df4cce00f6b2913f618ecd4421 32 0.02/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.