Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,317 transactions (0.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,824 000000000000000000022b910000000000000000000000000000000000000000 ago 0.88 vMB 3,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,823 (23,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,657 888,657 00000000000000000001894a4e8a59a916284be208ac7b98743ebeb3c12481b2 1.51 MB 3,711 6
888,656 888,656 000000000000000000022e911153c79e9bc41eb2466080d4900d12e673aba710 1.60 MB 2,789 5
888,655 888,655 000000000000000000016af49a447e989b31938aba8b6f93130ea9b965971e8b 1.84 MB 2,349 6
888,654 888,654 000000000000000000026cdaeeb0bd84c1f2f877559ba201b7807974f8317e74 1.54 MB 3,734 7
888,653 888,653 0000000000000000000133cbabde14f34a5deee5373912d34f077c5b1b4a1720 1.38 MB 3,502 9
888,652 888,652 000000000000000000012f087b7ac5fde71ec254efb5683f281c2f917d9e6eb3 1.91 MB 1,132 6
888,651 888,651 00000000000000000000da506f7b0672affd0d4ae134e7132345bc89b6b63e2f 1.76 MB 1,757 6
888,650 888,650 00000000000000000000c0e0d0fc4a07c0f54927331d2c500c04e732468a7e99 1.65 MB 2,590 7
888,649 888,649 000000000000000000009da918f797b7dd0f81f5baa47e0273101f8b8db6f1d2 1.74 MB 2,900 7
888,648 888,648 0000000000000000000209edc4697763555a43b2bf8d675f245d854ee3d4e968 1.56 MB 3,555 10
888,647 888,647 000000000000000000008b23b1842e8532328b956155d4881e607c89dfe7a227 1.82 MB 2,013 7
888,646 888,646 0000000000000000000093978db6ea088646530c635f33ac67424a0466012446 1.63 MB 2,904 3
888,645 888,645 000000000000000000014c13baf29ede4cdd9085123fd80be7cdf667fcc33918 1.65 MB 3,838 2
888,644 888,644 000000000000000000020d8034126f080157ec2647160d073f358e531cef6b88 1.60 MB 4,034 4
888,643 888,643 000000000000000000004b231a1e4cef3622264e84f4acc26fb13f8fad62835a 1.70 MB 4,002 2
888,642 888,642 000000000000000000013886b1df4d158e7377598b1b44b20db86bb4af9ee38c 1.76 MB 4,427 3
888,641 888,641 000000000000000000004773c67ff1a7ff9b6b8f5703eb4ef696ed0f461e38dd 1.75 MB 4,907 3
888,640 888,640 00000000000000000000957c8636a66507fc3522e8958e08050b7a73f8167b40 1.56 MB 3,590 5
888,639 888,639 000000000000000000004c7b6f45106d36e443425ad13e186f6064d0c71d0d6f 1.64 MB 4,030 4
888,638 888,638 0000000000000000000253ce2705e58ff7dac4c00faf6068be466af44a6d9e45 1.58 MB 3,582 6
888,637 888,637 000000000000000000018ebea33e7361bc4059eb6ff35d0a80836717accfc4a9 1.61 MB 4,144 4
Previous 10 blocks ↓
Total Size: 776.77 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,464.83 GB sent, 132.40 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.