Loading Tool

Explorer IconExplorer

Memory Pool

76,263 transactions
29.18 vMB
0.10535364 BTC
Random Selection Loading Transactions
Max Size: 172.53/200 MB

Candidate Block

Mining Attempt ffbafb0428689950c2d49089d4d916b51d9f080bdf7eb5ec459cf40cdad97345
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2b133495c7b1734a2b5489a18dffa0752b38e4f9d2115713b8cea74e6cbdc463
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04252115 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (78,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,882 836,882 000000000000000000008985d04adca0646efddd44cb3e9be454c801871d9113 3,257 1.00/1.00 vMB 17
836,881 836,881 00000000000000000001c77c0ce467745686239db249f0adeb72b12c0258bb8c 2,939 1.00/1.00 vMB 11
836,880 836,880 00000000000000000001d1a280ea0c40c560ac67aa2b2b694cb8001b6f07c6ad 3,856 1.00/1.00 vMB 15
836,879 836,879 00000000000000000002a3d9fa6a59145fc7230872120181105a44ec0ea59cde 3,271 1.00/1.00 vMB 16
836,878 836,878 000000000000000000003b056b5354305f7380af08d2fbdd6ea61ae5de6d5ded 3,459 1.00/1.00 vMB 14
836,877 836,877 000000000000000000033e7253101a4bc8f93b67b923fc1d1f1b65ebe19e0862 3,878 1.00/1.00 vMB 15
836,876 836,876 000000000000000000008fccfa22cf55e5ce1bb6a9189ec5d24dc6008449f8f5 2,915 1.00/1.00 vMB 21
836,875 836,875 00000000000000000002171116ad4fe05c70a68c936c9d4b484b3bad11ea749a 3,198 1.00/1.00 vMB 18
836,874 836,874 00000000000000000001e8c3f6b269e97c535b69006aa6864debdefa4ee1804d 3,988 1.00/1.00 vMB 19
836,873 836,873 00000000000000000001e2be5f7e2cdcb3c775d93cb3acec8a1d9c7a5435b8e3 3,747 1.00/1.00 vMB 22
836,872 836,872 00000000000000000001472b83862e43216ae670d5a29f68b0166e8ab84ff09b 3,046 1.00/1.00 vMB 19
836,871 836,871 00000000000000000002bb95a06d7bf5c1fb256c87023279cd05486b968fc7d8 3,371 1.00/1.00 vMB 23
836,870 836,870 000000000000000000019b669aae6515309392f912c95c27a41d557827194055 3,210 1.00/1.00 vMB 20
836,869 836,869 00000000000000000001dcdb653416573511c4944688dc2576dc28867a4cf85a 3,024 1.00/1.00 vMB 16
836,868 836,868 0000000000000000000080a62abed3fefe3ad3adff559366a660ee1cd3ab2db7 2,836 1.00/1.00 vMB 9
836,867 836,867 000000000000000000014171bed856278ebb560fa5ff2e1361055f9d06020b1b 1,935 1.00/1.00 vMB 9
836,866 836,866 0000000000000000000085e63a8a71ac5f1b6357a1f495f0f64b1ae189bfce07 1,646 1.00/1.00 vMB 9
836,865 836,865 00000000000000000002fed750b10eeba1ae62f68f3ea5ab7707f2a64580a259 2,348 1.00/1.00 vMB 13
836,864 836,864 00000000000000000002e09b11c22ebe51ef6d59156c186e8beac3a6029127fc 3,474 1.00/1.00 vMB 15
836,863 836,863 000000000000000000003a55c63e9af40cfe4a137af52cdc70e3c5f80dfd6a9a 3,112 1.00/1.00 vMB 21
836,862 836,862 00000000000000000001f64c076a3110c11b8901dde88e8b724ad27f3edba96c 3,160 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.