Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,829 transactions (4.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,309 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,419 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,308 (863,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,316 45,316 0000000015710363ab1e0e5fc136eaa1796c21b53e1ac0d118e363207ca8ebdf 0.00 MB 1 0
45,315 45,315 000000001826f9d4c207ae040fbdbf0b65f85726d54a22c0970acaed1972e49c 0.00 MB 1 0
45,314 45,314 000000002935166f8b63c4bf14008d9fa0ef030fbd28551166addccb2e6d329c 0.00 MB 1 0
45,313 45,313 000000002437807b6ef66f00699f1392b643f97b1389b233618e80f2d09e4e4a 0.00 MB 1 0
45,312 45,312 00000000156e4c623047874dc65815db9a13cf48f5a4f8fee012549ba55f9339 0.00 MB 1 0
45,311 45,311 000000002419eb4c388c05d850dfda651396b6a557012008018ea58361412547 0.00 MB 1 0
45,310 45,310 00000000228ab86ec832a437013af453aa72ebfbd38f311faa5cf21ea7f382db 0.00 MB 1 0
45,309 45,309 000000002f92540d5fc5ac9ace6719b7e7bfcd87040d32a188810f987479e9c8 0.00 MB 1 0
45,308 45,308 0000000011a6b07ff3c43864c21cabc61a5c8babf73343295ff0ff2ce1caa91c 0.00 MB 1 0
45,307 45,307 0000000017bb20a6c776cc179282e03c7bddd4f68bf976285f32635ec41cdb16 0.00 MB 1 0
45,306 45,306 00000000214cf8b66dd1b5fb215aa78c7e1522055c713d09671d8d5bbd3a70e9 0.00 MB 1 0
45,305 45,305 00000000238d8fed6bda7ea8a6f69accc872078666900a6f1918df1e7808ec08 0.00 MB 1 0
45,304 45,304 000000000f38cfa658d7ef7fba563ed16205180b20cc4a973aa268deaeb66625 0.00 MB 1 0
45,303 45,303 000000000a77791e9b013e3562ec699c1c70720228f441338873e6c238d51f1d 0.00 MB 1 0
45,302 45,302 000000000d2a863107807e850916c6617c9244d92da310bdaa4ba5817bbe957d 0.00 MB 1 0
45,301 45,301 0000000012fa33c1fc2c465a453d51f4d1534dba903716be3d1e638ff22fa764 0.00 MB 1 0
45,300 45,300 000000001eeb29606cfda88f2e18b426373a1eac0d954ce075b3b8e8f8aa6e3a 0.00 MB 1 0
45,299 45,299 000000000f10e28000581ce4e1328a5a56237a7f4bcb83873f534ee55d229a7e 0.00 MB 1 0
45,298 45,298 0000000009eabefc8dd2312da26e4842f7fa793e40fb5510ebb810b8692cb605 0.00 MB 1 0
45,297 45,297 0000000019744c8a452ed855c80475faf0049778e8d462163709cf4fc5ec0bb6 0.00 MB 1 0
45,296 45,296 0000000035ee40606a2a132d3714edd8b73304849b2be8b98bd6fc7681ca600a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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,065.60 GB sent, 108.73 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.