Loading Tool

Explorer IconExplorer

Memory Pool

48,400 transactions
27.45 vMB
0.07585032 BTC
Random Selection Loading Transactions
Max Size: 146.36/200 MB

Candidate Block

Mining Attempt 8f95f9bfbc052430095288587893f730e3540f87ac71a3fa209c03c90db4521f
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 5ff6585c6a738a2af4bb7ea83e1dbcbddfa58cad53df0e289bf5396cc40b5d6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.02446906 BTC
Feerates: 150.92 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (904,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,543 10,543 0000000096ae027d2946d132390fbe50d1382575b2362203ab7b9f4659a75385 1 0.00/1.00 vMB 0
10,542 10,542 000000001b98eb12889e811207ce0e3c8bf4394c8f648ea8ec7ee60c776f8181 1 0.00/1.00 vMB 0
10,541 10,541 00000000bce76bb9bd20ae5c4a8afb9f9956feb071015218ff26d143fc0327e0 1 0.00/1.00 vMB 0
10,540 10,540 000000000f0b23857170053b0ed76934e6abd42d0ae62ebf1056f1c7f327f33d 1 0.00/1.00 vMB 0
10,539 10,539 00000000c881db9a0fa4b1131ad887b502be24b9792ad320bc6b0177a74fa9c0 1 0.00/1.00 vMB 0
10,538 10,538 00000000ca8050073868ebd23f32030e838fa9588b0b8b9746310c28c40418ab 1 0.00/1.00 vMB 0
10,537 10,537 000000002159583f9ed0ccb614b0c5f41087a0f6a5ffcfda452b24d9206d45e3 1 0.00/1.00 vMB 0
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 1 0.00/1.00 vMB 0
10,535 10,535 0000000088ef3836b75087dc34efa95f6ae9728f013909dfe47736d6d1d0609a 1 0.00/1.00 vMB 0
10,534 10,534 00000000f0f5de02262920979749e238033b9fd3cd0a4e9c977306641a6eafb1 1 0.00/1.00 vMB 0
10,533 10,533 000000002c6b71e7e52baf45d0ed58aca5c637b2007433a21f993d781fe9407e 1 0.00/1.00 vMB 0
10,532 10,532 00000000aba119568a26c8901548381c6e847a7171e7567fbdf23b134ba2f908 1 0.00/1.00 vMB 0
10,531 10,531 000000001900f6bc29fd45bc6c99e79a1a8391500044e5614d4000666d94b5d4 1 0.00/1.00 vMB 0
10,530 10,530 000000007235af780170d74cbf994156ba7a0042a77aa1ec993576ec9b17ce5b 1 0.00/1.00 vMB 0
10,529 10,529 000000004efe71028841fbd3d02a78f47fd90b749ac9cac7e224e0a46f6e5450 1 0.00/1.00 vMB 0
10,528 10,528 000000004df827a4d02ae8fc825e4bea3b2473b3c008e6477e6515455983d422 1 0.00/1.00 vMB 0
10,527 10,527 00000000a683a7136c7e30858c9474f71197c7d40af82ef033914bb76fa59b2f 1 0.00/1.00 vMB 0
10,526 10,526 000000002bdc617af4f625762039d1c95ddac1fdd9e1e29a98d11c8109f440d6 1 0.00/1.00 vMB 0
10,525 10,525 00000000642cb8ea775872bbe530f2c9fdb42b4c5032f77708686bc3e204fd52 1 0.00/1.00 vMB 0
10,524 10,524 00000000be1adfd96612777e68bc31676caaf84316e04230ae0dd7965069db7a 1 0.00/1.00 vMB 0
10,523 10,523 0000000044391017851ab5022261c605a69b8f745413377352a5be89581568e5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.