Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,691 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,660 (862,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,653 47,653 000000001ad1c8f3040930c0bbfc809866e4bd581a40068babe5e1c05f24761d 0.00 MB 1 0
47,652 47,652 00000000252012f0af478a5b9f73302cc9f91d7bd793c8ddb6849c63537dd713 0.00 MB 1 0
47,651 47,651 000000002dcf533e8a8ace9bfc55e03092e69b7daf49fa6272b991133552135a 0.00 MB 1 0
47,650 47,650 000000002ed9ca74ca2b47e1e99e5a9ab28096b4cc4d2f68704e07eb9d81de1d 0.00 MB 1 0
47,649 47,649 000000002115c34a94dbd851bd39f695d2df2d24122b08f654adc93fc222142f 0.00 MB 1 0
47,648 47,648 00000000098ed59a0dee1ad36139a4602c4e8ba3007421a827b33bbd85035a51 0.00 MB 1 0
47,647 47,647 0000000000bbd22c092a9e9ed47afddf83c269537b39b43ee309c3108c6ff97d 0.00 MB 1 0
47,646 47,646 000000002e3991468c9664caca663cd8c03e479389b3f8bf781b45d32beddbe8 0.00 MB 1 0
47,645 47,645 00000000239f6203a683a4bc201cd613e696398d15288fed1487fe4cf1ead00a 0.00 MB 1 0
47,644 47,644 0000000015394511818a85d7c66ff78c544c0c66f0abba33300c13a50e62ba44 0.00 MB 1 0
47,643 47,643 0000000031b4319ec2ca53e8d43abf53f58ffe2ccffc35370760b0a836fef148 0.00 MB 1 0
47,642 47,642 000000002e0012fe834bf95790e10ad8f2953385a509f1400e638a8427d5e1e4 0.00 MB 3 0
47,641 47,641 00000000214e589de7c51de0c3651dfd515cca6232036b7538eb891ac2fa072a 0.00 MB 2 0
47,640 47,640 000000000f611465e199717e195b1d907e1a36f0b63648c9500477ab97770e77 0.00 MB 1 0
47,639 47,639 000000002b8efd834eac264924b13acdfe3dc6443bd99fe18997e956291aaff7 0.00 MB 1 0
47,638 47,638 000000001328e48f89e236d147087a6258937c0a6707655b7aae79bebd98e3af 0.00 MB 1 0
47,637 47,637 0000000008510a4837237d69aacc50b00754ec03f231febda4ef0e3f5d95a40f 0.00 MB 1 0
47,636 47,636 00000000228649a94b59ee3b1bc1be20a7d9c8e7dc1b30a574a75f26f072c348 0.00 MB 1 0
47,635 47,635 000000001f75f92df4f48355c4777f7a9ecb6c85eb6de3af91d7b9ce6a9e522d 0.00 MB 1 0
47,634 47,634 00000000173784e9a50a155c3be280b512cd4f79aa3d9ed1acd8aebc48c437e8 0.00 MB 1 0
47,633 47,633 000000002964f73d6e1ad0edfe721f55b5ca69d7c1d93dec94cc65ec169d5bc4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.95 GB sent, 112.23 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.