Loading Tool

Explorer IconExplorer

Memory Pool

40,533 transactions
28.30 vMB
0.07203874 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt 3b904f45f225fbcc0855ae822aece6ea1a0048ecbebc7538b5f2db1b640f07c4
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 11c02113fd4b5ad36a76f659e43a5f64822d3daca25864bc3b5e8daf18204f7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.01749112 BTC
Feerates: 88.27 > 1.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (358,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,515 556,515 0000000000000000002e7209255a229b34d9e877896d44cb4292ea7e9d013760 1,136 0.72/1.00 vMB 2
556,514 556,514 00000000000000000010faba5f379b1cbc8a7d147062f752871158c4344d92bd 1,922 1.00/1.00 vMB 13
556,513 556,513 0000000000000000000fd91c704bf93a8128e310b5ba0446bff0d568ceaa35d9 2,616 1.00/1.00 vMB 15
556,512 556,512 0000000000000000002eae6ee2fc5fc9058dbaa15e278d1166a43ac29794944b 2,388 1.00/1.00 vMB 31
556,511 556,511 0000000000000000002c319ace5e518fff9b63175210da6c74c4c8cd7c4d976b 2,906 1.00/1.00 vMB 9
556,510 556,510 0000000000000000002319cf41ca06b70212a62e4d5f6c454a5f5b7d972b81ed 3,137 1.00/1.00 vMB 24
556,509 556,509 0000000000000000001a4a59576333999d6da6546e753b87c4bed8a891180d83 1,637 1.00/1.00 vMB 13
556,508 556,508 0000000000000000002baeb2e867ca34ddb59ed1ec4ddbb6a6642c218807455f 2,954 1.00/1.00 vMB 15
556,507 556,507 000000000000000000031664fc31e762b3d3adb9993d67227520d95821d66d01 2,286 1.00/1.00 vMB 14
556,506 556,506 00000000000000000031d8c88a36a7af9e25a134cc899f68d43f4ee53b533aaa 987 0.71/1.00 vMB 1
556,505 556,505 0000000000000000000caedc81a7182d017dc44b97266a6687556ea1087e961d 2,814 1.00/1.00 vMB 13
556,504 556,504 00000000000000000004ad7e8cc8eeb345f8471b6fe62affe1d51010e8d2c6c4 1,227 0.57/1.00 vMB 7
556,503 556,503 0000000000000000002b9708bca4ffc08010d33e98db6ca1999d94ccf668e0aa 63 0.04/1.00 vMB 15
556,502 556,502 0000000000000000002907f0e1f719389ed5a7e763049e3b5e3b90ad4a3bc870 486 0.18/1.00 vMB 8
556,501 556,501 0000000000000000001306dcb9d7d7ab45a10c0d0fffc981885c14e865cd467f 1,059 0.52/1.00 vMB 7
556,500 556,500 00000000000000000009033885dd0de07ce3f4142aacd8dbc29512a6b9c4beb6 580 0.51/1.00 vMB 6
556,499 556,499 0000000000000000001d20424784e644099ba44cf35edd75cec2e4f3ac5c4135 1,093 0.50/1.00 vMB 10
556,498 556,498 0000000000000000000402afdac28ef2254a530082df430d04c2b3cecc206779 158 0.06/1.00 vMB 14
556,497 556,497 00000000000000000018f4b774360f98c3068d07f6847f72858ffd3da17d29a4 1,228 0.66/1.00 vMB 8
556,496 556,496 0000000000000000002064766f30059c9270e1d3930f57dc14c0b96294d09751 2,591 1.00/1.00 vMB 9
556,495 556,495 00000000000000000003a9571a6294dd94c66938f198d4420dddd2aad307c562 140 0.04/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.