Loading Tool

Explorer IconExplorer

Memory Pool

74,739 transactions
27.59 vMB
0.07347665 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt 535f918df10299101a3603f091c604d42ceaf0886167ebc03aca0c522cceaad6
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 2d4b3c99b2d4cbc8e999d4b6bdfdce78b3a1d591f194ef8d08b3c0a178bcec1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,409
Size: 1.00 vMB
Total Fees: 0.01452653 BTC
Feerates: 100.35 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (279,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,550 635,550 00000000000000000000c92e51f76e2529e38713d9ac97743923e6f3c4a7c2bf 2,423 0.92/1.00 vMB 20
635,549 635,549 00000000000000000004771d20457911d471507022e9cba2321320c9f8c70bbc 295 0.08/1.00 vMB 24
635,548 635,548 00000000000000000004939134b8ce840351c804a204f4b828f905b1925eccd6 1,278 0.49/1.00 vMB 6
635,547 635,547 0000000000000000000daecc956b3a3ee51affc2a9bc0ed87d0f2dca71070c23 2,603 1.00/1.00 vMB 6
635,546 635,546 0000000000000000000aa3e026d1d8fcc34bd1f862709f6476821d91d85a4e4a 2,614 1.00/1.00 vMB 26
635,545 635,545 0000000000000000000e8848dc84209ce36c34ce141f898ccc88fd213737fd7d 2,320 1.00/1.00 vMB 24
635,544 635,544 000000000000000000075cfc84ac453f4b0903599748c0d97814fbcb2e30fc2c 2,601 1.00/1.00 vMB 31
635,543 635,543 00000000000000000009e0217f7c18466bf326668f73c1f731933e70f6be1249 2,871 1.00/1.00 vMB 56
635,542 635,542 0000000000000000000c4a26012a6efe1edabe290bc9103fef373d5547baf711 2,350 0.84/1.00 vMB 25
635,541 635,541 0000000000000000000f09980f2e3ede4d289b0dfeecc087e208c79ed889b57f 1,505 0.54/1.00 vMB 24
635,540 635,540 000000000000000000020a521bfbf681262b65e6508e913c34e020378c473d72 2,077 1.00/1.00 vMB 28
635,539 635,539 000000000000000000040869fff4d79adcc8c8f0bc72febf35b88c830de9478b 76 0.03/1.00 vMB 9
635,538 635,538 0000000000000000000235ff1bd6dd4993554cbe2d58608778a5261a096b9cea 1,079 0.40/1.00 vMB 28
635,537 635,537 0000000000000000000de318a4e92d86c27f9032bfb6d5b6ea8f8f33e316b0ae 926 0.69/1.00 vMB 6
635,536 635,536 00000000000000000003b3b096f106ef5e1d84d175c63130a3b1958e0b301eba 2,688 1.00/1.00 vMB 25
635,535 635,535 0000000000000000000a2e376e955ec62b74e9bca3ade2160f9b49137e4f70ce 1,947 0.77/1.00 vMB 20
635,534 635,534 0000000000000000000b244b778bfdd4c46a09f7c88f1d2602fc305623abef47 142 0.05/1.00 vMB 29
635,533 635,533 0000000000000000000ad748b2782189de936f708ff3dafdc3d213e289114736 2,070 0.76/1.00 vMB 24
635,532 635,532 000000000000000000004e45bd67d697a6e584e1f13e5519023fc1d0eb07db1b 2,933 1.00/1.00 vMB 22
635,531 635,531 0000000000000000000f8e32f68a07ed25c806173dcbbab5109ac6e705a60077 784 0.27/1.00 vMB 21
635,530 635,530 000000000000000000095aa159d2541627b2db10c63e44c6c5288f87f69d227c 301 0.10/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.