Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,074 transactions (3.26 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,287 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,180 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,286 (24 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,262 909,262 00000000000000000000333102d405ddd92178261d410c120bcc1aa5430dd710 2.41 MB 641 3
909,261 909,261 000000000000000000008c811c04abd65d89eefe19a0d51f7cc1686f725d3fc0 2.11 MB 1,569 3
909,260 909,260 00000000000000000000395ddb43f6f060b0d5429d1a07cc53ca2d234603df68 1.57 MB 3,189 4
909,259 909,259 0000000000000000000189f0d47956d54ab4aadce5bfcf9e3128854dc7107682 1.56 MB 4,417 7
909,258 909,258 00000000000000000000163813240b729da9d7a8bfb4d819918865089365ae33 0.00 MB 1 0
909,257 909,257 00000000000000000000e65cf8e3add60c9682a13bb0b4164aea24ce32f30796 1.62 MB 2,877 3
909,256 909,256 000000000000000000019526d57504f84dd113854ed1c658d0e04d1fa38091ff 1.51 MB 2,322 3
909,255 909,255 00000000000000000000db6c168d1116f71e8efd664365d1973aecec10fd3078 1.59 MB 2,819 3
909,254 909,254 0000000000000000000093b567a304434c8d0457a3c2729b4fcad32292eb6ab3 1.63 MB 3,294 4
909,253 909,253 00000000000000000002187970591242d74a11c51f2e038a215e16daf328132d 1.61 MB 3,988 5
909,252 909,252 000000000000000000007f862003fbd45dfbf700b448abe4d1acfd4f36dd8af4 1.55 MB 1,807 2
909,251 909,251 000000000000000000009d41594f4d11697670f9281166e22b2b6340655ec69e 1.58 MB 2,409 3
909,250 909,250 00000000000000000000ba00984f947fcddc8246fd20795a971a9e67aa8e5ef2 1.56 MB 3,626 5
909,249 909,249 00000000000000000001280cc627f36c6863f14879dfd8ff9be20c98d38036e6 1.42 MB 3,461 4
909,248 909,248 00000000000000000001e869375b0249ebbcfdd18e2bca736c75f8ade0ec38ce 1.64 MB 2,846 3
909,247 909,247 00000000000000000001d0d64f474fdbf7066f2fee5b9394a7a9f4bbbcdf5833 1.52 MB 3,597 6
909,246 909,246 00000000000000000001f4e02606eae338f9604d58d2e6cbb6d4ebc3889c6ad9 1.38 MB 2,931 3
909,245 909,245 00000000000000000000262ed1fa579ca3fd9836eff62e60ce2b3dc94b1219cd 1.39 MB 2,853 2
909,244 909,244 0000000000000000000118af4834797747b9e95721b7df6555cbf09622850174 1.40 MB 4,276 2
909,243 909,243 0000000000000000000066a44ce48123bbeab3c54b1197f79bc5f213c1306a6f 1.46 MB 4,117 2
909,242 909,242 00000000000000000000b0b8862058e8a1736299a182ab355d3a430e2439a7b3 1.63 MB 3,940 1
Previous 10 blocks ↓
Total Size: 772.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,047.19 GB sent, 108.42 GB received

Notes

  • This page updates every 5 seconds.
  • 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.