Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,609 transactions (0.84 vMB)

Priority:

  • 1 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,056 000000000000000000022cb30000000000000000000000000000000000000000 0.84 vMB 2,587 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (872,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,770 38,770 000000003a5d46732cfc80f9594de67d50eed6ce745ad1ce1b6d6ee72d24b8f1 0.00 MB 1 0
38,769 38,769 000000000bbf6b4e090ac5fdebca25ceac25c07da952bd9950b611ee83c88b82 0.00 MB 1 0
38,768 38,768 000000001756cd3acb5e949546abd262bbbf9e9ff45b3fe0a7f072d924f3f3e9 0.00 MB 1 0
38,767 38,767 0000000045e55e70cbfefe6190e1328cdc433cadb1ffcc34106293aa30681e55 0.00 MB 1 0
38,766 38,766 00000000302a087f0a029be7413e0cfe67863e53f098dff76e1a49be3c3e5391 0.00 MB 1 0
38,765 38,765 000000004d273ca1629371904fa9984619d8e7364ad2457a67ede90ab935d694 0.00 MB 1 0
38,764 38,764 0000000046689c547fa72af3f9845391f1db5f280fade69d11df3ac2fe0b65f8 0.00 MB 1 0
38,763 38,763 000000007fcedc3f1dafda9df86fc23f1b9763b5b609ed15f0e9a38c43d73587 0.00 MB 1 0
38,762 38,762 00000000801043008b0485142b7581da0a1a86f5b5856d193a979844f94b853e 0.00 MB 1 0
38,761 38,761 0000000005f48a75b1bfddc51dd5c440d53034dbde5b7efb81d28d1f85d87653 0.00 MB 1 0
38,760 38,760 00000000435dce415772f90e49fca7cdc1f4c1a3135fa3519421ebe17fa51284 0.00 MB 1 0
38,759 38,759 0000000089e8f2b8fbe3dc633339f03bafd45013698112c18c791437a28e6e06 0.00 MB 1 0
38,758 38,758 0000000012191e0311c42dc8eddd61262f9deb0852abc76350c696041b0a6261 0.00 MB 1 0
38,757 38,757 000000001bd60a2e9f5e7c92a10f2f66d7bdcf8dd0e824905b2980b36723b744 0.00 MB 1 0
38,756 38,756 00000000562170acb323baa79c0df55f155867bdea6490ca1228cc6b3d60a320 0.00 MB 1 0
38,755 38,755 000000000874582155d13deb336718b90622dcfe034a559d25270fb5f431fce7 0.00 MB 1 0
38,754 38,754 000000003b0d118563b80201bedef31c265cf5964b0c3a4a9e431b57234a225b 0.00 MB 1 0
38,753 38,753 000000002d581a865042e5ac13040979dffafb0fa0279503d0a145a09257c2a6 0.00 MB 1 0
38,752 38,752 00000000200fb040cae1c53ff022324a4d6e9cf8ddc8cb01e3508e8b4a860f4d 0.00 MB 1 0
38,751 38,751 000000001aab529dd8e7d556946aee3c8b4255863fa02c3400414c5d68422255 0.00 MB 1 0
38,750 38,750 0000000019ade5fe259f7bf227e6f6aa55b9cfbd39c365050f49f90b0d3342ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.49 GB sent, 125.51 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.