Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,405 transactions (1.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,910 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (820,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,474 89,474 0000000000056da0f5cf55f0db0b22e5b8b66c89b5a44a08b6532abe4e48cb2d 0.00 MB 1 0
89,473 89,473 0000000000065d26300090b424d8bd9866510d18ea89d91db7c69af3a3debbad 0.00 MB 2 0
89,472 89,472 00000000000db9a7a1cda10144bb842e68b1720e5b1af08fc0fd1325b7fe6f1a 0.00 MB 1 0
89,471 89,471 0000000000060a71c12d61d1a928d3565003dcf8341f23baf0b7d0262a7384ab 0.00 MB 1 0
89,470 89,470 00000000001355950ebdb1eb9f311b688fb59db17f73881e73a3a6308efa90ed 0.00 MB 4 0
89,469 89,469 000000000000d6b06b050d484f1acb854105333ed51e3792dc016d8291c7f98d 0.00 MB 1 0
89,468 89,468 000000000010599c51eb92b30719fc389297abea9b7094108d2ae712aac380ee 0.00 MB 1 0
89,467 89,467 0000000000046e23dd43444ee996aa2bf391779834552261d9ccbdcc59541d4a 0.00 MB 1 0
89,466 89,466 0000000000046b1a0d114b08ca9f3bb5ab1181034fd8b220ac69fcb07cee5452 0.00 MB 1 0
89,465 89,465 000000000013a96dfc3dfa33f7d8c97132416d6760238cc2ad7ae92d9affc925 0.00 MB 1 0
89,464 89,464 0000000000073046db8ab230f189ca2c10241fae0cc4acff809c158710be5cde 0.00 MB 4 0
89,463 89,463 00000000000d4bae343378da415d5f0b33598563865f291fe603606f1bf20680 0.00 MB 1 0
89,462 89,462 000000000010f2532324143fe7789f086dab5f877e63a6a84b55b67bb01d7719 0.00 MB 1 0
89,461 89,461 0000000000105bd70352720286d645077109ac9ee5db1659404b046e2583cbae 0.00 MB 1 0
89,460 89,460 0000000000100e167a2ab0ee6cc7eb2323b157f7f3c6822869acb715807abbdf 0.00 MB 1 0
89,459 89,459 00000000000df481902f769624a0be64d3eab4e71bd0ecd5c613914376bd5555 0.00 MB 1 0
89,458 89,458 0000000000124f5b1a4600a989e242b9a85462629f6fc9dc3879d141dfb88ce2 0.00 MB 1 0
89,457 89,457 0000000000021a664e0cb3b4a0c06bd361660072407c323b8205159f2cf9157c 0.00 MB 2 0
89,456 89,456 00000000000cc7f2f07bf6110e1193884a230f50f205d2b17053960ccc22588f 0.00 MB 1 0
89,455 89,455 000000000013c9989515a274a769c999231d4951b55980a6a1af5a4d334c9f07 0.00 MB 1 0
89,454 89,454 00000000000de5258efe63311bfb65c92edb4c07fb35b21e83cf31e7eee95447 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.