Loading Tool

Explorer IconExplorer

Memory Pool

27,531 transactions
12.20 vMB
0.03156552 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.59/200 MB

Candidate Block

Mining Attempt 2cb59643dcb647bb2f9459759b9e28b8072370e2db4c6904ac33b9de07faf3ae
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root 4a435020230f1f1de1671410d583ddb0ef38aa25a11a0431e319ea63e5e1e420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,101
Size: 0.9979825 1.00 vMB
Total Fees: 0.01089960 BTC
Feerates: 151.02 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (706,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,066 207,066 00000000000004488bc6b0259f4ff9a57eac424f13d84e2cfc3507404725be6f 211 0.09/1.00 vMB 222
207,065 207,065 00000000000000317930ca55c6410dc098d7c74c07d55243dca93667e7658be2 133 0.05/1.00 vMB 432
207,064 207,064 00000000000004f1d390a444e2315cb3e8b008c3e87b72d6072612689bcfe008 413 0.15/1.00 vMB 201
207,063 207,063 000000000000024013bf67b20bc666c6bbc618209833c5bbe25eec7fda1b508b 18 0.01/1.00 vMB 90
207,062 207,062 0000000000000396727f6a1f12cde4e2ee32f95cbc30554d593fccc2897dd479 223 0.08/1.00 vMB 178
207,061 207,061 00000000000000d02effacbbe4b18b0d7df4d60e879de016c7261b2736e25f90 72 0.04/1.00 vMB 163
207,060 207,060 000000000000038cb4163bf0518d4f4b9ae662c46d46606c421652820b6efd56 113 0.08/1.00 vMB 111
207,059 207,059 00000000000004a3503c85c6b931bb17477c7f406a300778f4be8ed3c75e2237 152 0.08/1.00 vMB 162
207,058 207,058 0000000000000237e44a2e18567f806caab293abcd10475637b293736c209b0c 54 0.02/1.00 vMB 207
207,057 207,057 0000000000000281f90b70ef00409ac555d1a00266568f03a1dbd5e8f868534c 295 0.17/1.00 vMB 149
207,056 207,056 0000000000000462f4f78f91338abc9d380a83d0db2b3609d58b1f1bf44e0ea8 11 0.00/1.00 vMB 359
207,055 207,055 000000000000039af7b7932a8552054f77f36e96c6885467ccb612a7efaba13b 38 0.02/1.00 vMB 130
207,054 207,054 00000000000000ca3f53eb96d330ea947763dd0a8ea559a634755e6c58e50c25 251 0.11/1.00 vMB 182
207,053 207,053 000000000000025d41206414681026cc9829967cd139ecb7d64ba146c5fd4e40 321 0.19/1.00 vMB 95
207,052 207,052 00000000000002fb2060e3d59153a16be699cc9370b771cd3ba3f5eb0e9c86e6 152 0.06/1.00 vMB 200
207,051 207,051 000000000000003f2f8a541229046d6b3237ef349ee1019a286db997a327c04d 385 0.15/1.00 vMB 209
207,050 207,050 00000000000003145f71f1762c2d93fbede9b8021b9b34919f69287f0d436c1d 101 0.04/1.00 vMB 94
207,049 207,049 00000000000000e6112f2c0b2d8ea2e62dfb4e9ccc3be3faef6f9eca2dfef72e 258 0.11/1.00 vMB 153
207,048 207,048 000000000000025e712587820acb3f8f6f277cca48c7f5988a2738bd8edd30d7 484 0.21/1.00 vMB 177
207,047 207,047 00000000000000a852ad40bdd2bb77e8dbd29488cd58f3eb4cd6de89bf978904 679 0.30/1.00 vMB 225
207,046 207,046 000000000000022561862c7707341d7e21b1d7a20a3e694372b981bf310a19b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.63 GB
    • Received: 3.96 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.