Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

736 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,608 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,607 (827,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,574 82,574 00000000003570b2ce009c2e6a59d6a8fedd8addaa284742df67e81262b70b21 0.00 MB 6 795
82,573 82,573 0000000000097225a101c3b8e07f13f66423ed1f39ad14837c29ce98bdb3a064 0.00 MB 1 0
82,572 82,572 000000000006b21fcc4b8b045390eb93a9665569b837506035d64e239da6e0ce 0.00 MB 3 0
82,571 82,571 00000000003d9982709414a573eb3eceebbad84aaf530fb012cfa0516eaf570d 0.00 MB 1 0
82,570 82,570 00000000001f49a6b323d94ca1fb2c88c424c81e43915b31c20d051c4ad1a1cf 0.00 MB 1 0
82,569 82,569 00000000003ede5be5aca96ee02557893ea5ba80060de9fb50e640b88c6baaf2 0.00 MB 1 0
82,568 82,568 00000000000f1bd15d50801dd7f65e02532c918c3b8e868f6fc38ba24b46cf6f 0.00 MB 1 0
82,567 82,567 00000000004161b8cb60ae9dc4ced01a2b85c986a6e5e510ab68e5ab80c4942f 0.00 MB 2 0
82,566 82,566 00000000001b09d1dd3a77de0aa8adf898261124420ecf7b9f753db874ba2e2c 0.00 MB 1 0
82,565 82,565 000000000026bf2557ffa2d8e4d16adc596649f9df2a920eafb483de636eaac3 0.00 MB 5 0
82,564 82,564 0000000000181811b9afb8b2d7de569339f183c32c47362707427fa2dfff8285 0.00 MB 2 0
82,563 82,563 000000000010af0b2e16eb5b9c3dc7c94e77018ec1048e51743ce70f09cf0248 0.00 MB 3 0
82,562 82,562 000000000003966d82b4979675a8713413567fd0b025224d612a56c7dfa730cb 0.00 MB 1 0
82,561 82,561 000000000019c24e0134dd9b67386b56e81c73d92aa2630eff6b864d83167b32 0.01 MB 26 2,535
82,560 82,560 0000000000259b2a0cf86d8c944b388bc8570bf20d7aa4a5357019cbb6353c0e 0.00 MB 14 3,879
82,559 82,559 0000000000446e9878b2abe2c0299be96b9f876efd65fda4482990da59e081d4 0.00 MB 2 5,208
82,558 82,558 00000000003dcef4c566605f768d5ceda858b0a12bc067d8f132ece10359e4b8 0.00 MB 4 0
82,557 82,557 00000000000164f7944ca32725aeb72bf4b1a446c0415f4565df8a3cf9b823b7 0.00 MB 1 0
82,556 82,556 0000000000046f736aa2a1fd7fa784445af68abd81b0ef3925eefa27cdabac2a 0.00 MB 1 0
82,555 82,555 0000000000226b3488bc3eda5ac0186d732ccc71aea76b4510536b986121b13e 0.00 MB 1 0
82,554 82,554 00000000003f59707308c79158260dbce262f42429015955f2befffe8403b503 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.68 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,100.51 GB sent, 111.70 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.