Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,039 transactions (5.44 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,395 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (833,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,705 75,705 0000000000773795ae17279ad10e98bbcf2090f92148b1673b6d41dff51a966d 0.00 MB 1 0
75,704 75,704 00000000007e24c0b88dbe93fbdf6aefc2b32fb87aab37261eb9fea18bf12bba 0.00 MB 2 0
75,703 75,703 00000000003adac1e7b8d550cd5d5135c93fff487d9bfb00fa2d58cb444a53ba 0.00 MB 1 0
75,702 75,702 0000000000125b5d44a8a57fe03e5c06fe3d467dc90d0d289389274240dde770 0.00 MB 2 0
75,701 75,701 00000000007b251c6cc8ae689e7d57b64dbed3377561bbee91d09bed75b7fbdf 0.00 MB 1 0
75,700 75,700 00000000004cb1b0bee45a0276f2b4add9608878a323ea0a0ca74cb1e7b5b285 0.00 MB 1 0
75,699 75,699 0000000000604b8544fefb69a69b177adb4185d6124fe565195c2522d74f9f73 0.00 MB 3 0
75,698 75,698 0000000000245226502f9293a072bfa5a35be8632826a1b883cb3e215eea596c 0.00 MB 1 0
75,697 75,697 0000000000298b7b1be90561f8216a4ac262177beedef8c29ec5f76a6085e5e0 0.00 MB 2 0
75,696 75,696 00000000003d336fc8aae8ff7910fe75d027323a536a990d8ecf523a22b03891 0.00 MB 1 0
75,695 75,695 00000000003d971ca826651c4cc63411f3ee06392a9b6d5b71be2bd553d8543f 0.00 MB 5 0
75,694 75,694 000000000044ba7580bf0537bd606dc507b157ceee615bc1433b1827ee2d65dd 0.00 MB 1 0
75,693 75,693 00000000001990bf25ae444639fda80a9290bd737736dbad888573d895274559 0.00 MB 1 0
75,692 75,692 000000000009b929627927bf93c7f602a7d4903a7041325155e7beb2db0e9d50 0.00 MB 4 0
75,691 75,691 00000000001aa786705d06fa8a8ffbc5cd3d41fcba60c5bad6af4bc4d65b9374 0.00 MB 3 0
75,690 75,690 0000000000317b326791d1dc54a7f87bd98907d260ec7e33d2070db8a5d8c615 0.00 MB 2 0
75,689 75,689 00000000001c4eea829893dddd4cd8dd0d76d678ce6a5dc423b9020e28622371 0.00 MB 1 0
75,688 75,688 000000000062ed65b756c6ee4dcd6fa69a4afb5af99dd6126bc26899e6d18fae 0.00 MB 2 0
75,687 75,687 00000000002f7a4884f52b15758a98698ca3e910ea1a97ed074e8db64854543e 0.00 MB 1 0
75,686 75,686 00000000002ebce39a58fc7836a987ae25349eb20040ac15d02b35a644d01553 0.00 MB 2 0
75,685 75,685 00000000000e86004a153166fc0c7d176702300e6a5b87e56e03cb3eea3914b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 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,041.17 GB sent, 108.11 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.