Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

459 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 446 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (515,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
396,417 396,417 0000000000000000001246ad469d1aca0e757dc054f10e739411dd3919eaa83c 1.00 MB 2,255 48
396,416 396,416 000000000000000008324abf728acb8875d03eeeb4bd17a75e5b6a712cd238eb 0.56 MB 905 35
396,415 396,415 000000000000000005cbc455dc7104d8809375dc0a18f680f4c48b5f12f2b954 0.61 MB 1,339 31
396,414 396,414 0000000000000000006b9c4a79246ee611ce453955cbdd4fdd0e4f019b85c9e5 0.72 MB 1,306 40
396,413 396,413 000000000000000000422a13b18223d0e2057f7008d5fd8cf516e7163e9fe4ef 1.00 MB 767 14
396,412 396,412 000000000000000003da987ad4d82d8add47c7ccbbbe8b8605947275464a489c 0.91 MB 1,213 32
396,411 396,411 0000000000000000058d868636dde9f12853c6781863656b53c4e95802912253 0.84 MB 950 20
396,410 396,410 0000000000000000033c7bbd15ef1ef4d4364e25745907ef30c413b4a28e57c1 1.00 MB 1,848 40
396,409 396,409 0000000000000000059e5b3de4b661e80e64cf0625dfe0044f189a3792d2fff2 0.00 MB 1 0
396,408 396,408 00000000000000000659c37075ae95b8a5b310f0840999164890fae762e03130 0.06 MB 20 5
396,407 396,407 000000000000000009023ae590ac9823b767f32e5857bbb616a0907bb624db39 0.93 MB 1,190 25
396,406 396,406 0000000000000000070f8d31e9dd038fb8a60d683b281f325826d4fa631e96e9 0.93 MB 2,230 48
396,405 396,405 0000000000000000012a2a934b1aed4bb3035b685fc4b6cd935ddc9c207e6d23 0.95 MB 2,087 36
396,404 396,404 000000000000000008ec12fbc81a50c3fd45e8bccda9d60ca77e917a5ac60b49 0.95 MB 2,294 42
396,403 396,403 0000000000000000027e5a75af1d9f06babbcdde83de2500bbaef220dab5fb8f 0.93 MB 2,526 75
396,402 396,402 00000000000000000830f42f339f33f3065a597a46b297c2c1abf7c502a906a9 0.99 MB 1,964 38
396,401 396,401 000000000000000008c7763303e79f704ba588f5a3cad3a17099acc048234057 0.36 MB 734 38
396,400 396,400 00000000000000000818e993de849b5bf5f7b9d336f89f87c97821ec925498d3 0.27 MB 657 47
396,399 396,399 0000000000000000063252cb3455c72f284544e8a9acc073c27d0db1a725e94b 0.40 MB 429 25
396,398 396,398 000000000000000000c763636b59228b4944399a854d1529bb0d32d92f04be3d 1.00 MB 2,422 47
396,397 396,397 000000000000000006b68b65dda4dd8aa75f2d4dbe6d8ceac7c23d3b46de8217 0.25 MB 501 34
Previous 10 blocks ↓
Total Size: 776.80 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,468.76 GB sent, 132.53 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.