Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,942 transactions (5.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,295 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,142 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,294 (885,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,852 23,852 000000001015f87fd48aa848457cf7f28a079027c490a70af3095def0baf2e1a 0.00 MB 1 0
23,851 23,851 0000000089c43ecaea01381aa3960adf9bdd74dbd013c57f9a4dd7b624398ba3 0.00 MB 1 0
23,850 23,850 00000000501eea19d943d9af5b59ead17826a76f57fb3ae58bea76a3e6af4041 0.00 MB 1 0
23,849 23,849 00000000caf2f3616c2c8d5d6c3b4d6824312a51be640b6c30333dc179e0d3c8 0.00 MB 1 0
23,848 23,848 000000001f657e1ac2b59f733e9d1c1ac1089e7d19e2c5882286fe4418246213 0.00 MB 1 0
23,847 23,847 00000000f982210c1f84ca12a9c13ccc8925561c6d0cb01fa73d7e7633a7ffc0 0.00 MB 1 0
23,846 23,846 00000000e541608ce8f43604a587532acf4c54a890534f4172c816ae92ea6f51 0.00 MB 1 0
23,845 23,845 00000000c96eb3037ea3244f5c28017ca5d8d791e1ef65b4b47eddfda9084931 0.00 MB 1 0
23,844 23,844 000000006318d139892f18ece81658dec9588c093e488af82afeb3f9fd9d77a6 0.00 MB 1 0
23,843 23,843 00000000035879863925be9eb468527a0f080e03c4e43f4fd84662c8f1e5f930 0.00 MB 1 0
23,842 23,842 00000000671a07d28655d9977018ff77c1b62c9c7a938372752b367480b97a19 0.00 MB 1 0
23,841 23,841 00000000b6a8f0bdb7728d9419b0588df8d587130b18ad08b5272f14c41799d8 0.00 MB 1 0
23,840 23,840 0000000000b4f2f6b79332d77a53ada64f29a2b882cceaf4d306fe309068ee3f 0.00 MB 1 0
23,839 23,839 000000003a48767c0a59eb20763ea98852dc2d2b320cf5333daa044029b635d4 0.00 MB 1 0
23,838 23,838 00000000e16b0ae2cd690fd0998f6e24f62d3794d82f6f21a7df4a12ff783bee 0.00 MB 1 0
23,837 23,837 00000000de03f7182e5904e55b43e4fa8b41476f32958b535c543114d59017c3 0.00 MB 1 0
23,836 23,836 0000000098e3de679df315a0bb0892c302c12f9b52823da68a10d08295c4728b 0.00 MB 1 0
23,835 23,835 00000000e6581486eb2c41d7e6336f0d1563413d7ee4b6257ab04c9dcdd28f4b 0.00 MB 1 0
23,834 23,834 000000001711a3638de4d21de19518e6c8945b51e042c530a147967fb4408b04 0.00 MB 1 0
23,833 23,833 00000000797e6d6aabbf856e90ea2a7f78d343354551395ef085bc1b90434037 0.00 MB 1 0
23,832 23,832 0000000043db8558b25d17e7f4a6394a295da1ec99df6cd7aa5aef7c50e51922 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,055.38 GB sent, 108.55 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.