Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,241 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,192 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (873,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,714 36,714 00000000b18ff656340638f60b19477923bdb38f198c517390a3397947b5f95f 0.00 MB 1 0
36,713 36,713 000000001eabff83a271a64ca7218ce579df5a19685ba337d72c67e09f6beaee 0.00 MB 1 0
36,712 36,712 0000000007bb0d7ef639763d5e0ca9cc16af13a55a29030f27c6316e1717c947 0.00 MB 1 0
36,711 36,711 000000001534db477131b6649f1b1ebf8953a626359012d8e304b35f0a1dadf1 0.00 MB 1 0
36,710 36,710 00000000565e0a84406435757bfae62d5845846b77830185e67a6909bd39ad2d 0.00 MB 1 0
36,709 36,709 00000000af96664e6ddccdcfa49729f60efd78e4f52a938eae48f82f9d85f973 0.00 MB 1 0
36,708 36,708 000000008953fbce9b40e30f11d22bf1f4891688c65a7ace48a5cab103a0b212 0.00 MB 1 0
36,707 36,707 00000000803bb42e12bb74642b75d4c1367931e8272becfbdc54e919f1aa2fc3 0.00 MB 1 0
36,706 36,706 0000000045c0a8f00a5c1e8d2c953a79114b2414f1c7f95b41178e52da0935fa 0.00 MB 1 0
36,705 36,705 000000004e8139e43591138ea1743472f2a1fe74ea75a7b131545e7f6ef6bacb 0.00 MB 1 0
36,704 36,704 00000000a62e6298056db211bb7a649a8ed4cbd37dca6473ba36831dc8e59d53 0.00 MB 1 0
36,703 36,703 0000000001a4e887c72e506794e0875e9536d4051f90735c0152a3d50db30816 0.00 MB 1 0
36,702 36,702 00000000a6f625f714aa7a760f95be6b092d2f8e2bff8d00cf8037da920b2ec1 0.00 MB 1 0
36,701 36,701 00000000b8caf2e8864cb31c8a50f4948db11b52ad77bc52baae206c2be293a1 0.00 MB 1 0
36,700 36,700 000000004c6077804e9d005df4d4ca1f9e11f2d13da5025900744fdf5b17a1d8 0.00 MB 1 0
36,699 36,699 00000000245f151866ca361efb0d9761331a51dc92f46132979e9f592011d067 0.00 MB 1 0
36,698 36,698 00000000430dfea85a8988e75b0b1753a06897c50f9a444f0d5072a9d40dc410 0.00 MB 1 0
36,697 36,697 000000009fef6e905cad51fd23f46862e505ebe1f2662912bb53d17870ccf07f 0.00 MB 1 0
36,696 36,696 000000000448c4f024237fb9a3d11d9b4d283c5f0c9db6cfa0e9aa9f370c0d92 0.00 MB 1 0
36,695 36,695 0000000045e24adaa216a8750fefc245b629170b3ea53b6f4adc20180ef57f6f 0.00 MB 1 0
36,694 36,694 00000000712fa1d5709476e7a1030dca325d16f8459f7fe7abe1c47f3c14f894 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 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,185.68 GB sent, 115.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.