Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

578 transactions (0.16 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,853 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,852 (515,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
396,085 396,085 00000000000000000833fc3880fadd76148943f19e20c752599e3d650350423c 0.93 MB 2,281 57
396,084 396,084 0000000000000000058ed72b0f527d720955dc836f9f19ac1e4bac2166a21357 0.71 MB 1,332 35
396,083 396,083 0000000000000000088effd4738f3d0bf1404149b3f0ba788d2023068a4d40b3 0.78 MB 520 14
396,082 396,082 000000000000000005d70b3735531870667ce0a77f7494c16ab5f34844cc1942 0.93 MB 1,577 30
396,081 396,081 000000000000000005c22928ef4a7b5261a6bcd906f4a00560d26f36647678a6 0.14 MB 213 29
396,080 396,080 000000000000000006938550b0675b6580970e39a04320aa5b56abf1c8b06ba0 0.92 MB 1,780 32
396,079 396,079 000000000000000006c2f91f003e7e71492e6c6c413d1c5f45dd6f8d60eb5560 0.99 MB 3,065 67
396,078 396,078 000000000000000006ed2559e2f4ee80daedc14b439039615d23ab19bf40dd63 0.00 MB 1 0
396,077 396,077 000000000000000002dca1c2deda530790b9bd399159e24d18f32cd4c6538549 1.00 MB 2,573 51
396,076 396,076 000000000000000008da0cc539aa338ae849c7085afaa7658cbc2cb05b5bfedd 0.95 MB 2,218 41
396,075 396,075 0000000000000000085bbca42f6c8be8902fd93889122d5433d7028fa4d50c11 0.45 MB 845 36
396,074 396,074 000000000000000008c537d0f58cf82dbc063cb399174781dc4982440f47cd60 0.05 MB 35 29
396,073 396,073 000000000000000003302005167c7e165ded69c156d6219b36366d074c7ee034 1.00 MB 983 20
396,072 396,072 000000000000000007d713d763231d00d3a3726eb7dad951c683cead742691d4 1.00 MB 810 52
396,071 396,071 000000000000000000399e2ad51e3a6c5cbd45cb440e05c77c3b9b22a4273a0b 0.93 MB 1,803 38
396,070 396,070 000000000000000007a0cb448b0eb455be313ca8686c36294c5199be686dce3d 0.93 MB 1,221 74
396,069 396,069 000000000000000007874d48b66a15bb1c0aa9e42a74481c05874586d9c5b945 0.47 MB 656 22
396,068 396,068 0000000000000000058d39bd0f2676f8a26ec07d725ee24ec3aa2148738aa120 0.95 MB 1,537 47
396,067 396,067 0000000000000000009c8e86c4affc695744db8edf0bd86a43345182ddda8dab 0.81 MB 276 10
396,066 396,066 000000000000000006af999955825a18771e7106ba1182dbd87c94c0b6c50ff7 0.00 MB 1 0
396,065 396,065 0000000000000000008cdfa02da707fea9d3a4aabff352fd81ebc3f89c482532 1.00 MB 1,447 21
Previous 10 blocks ↓
Total Size: 776.82 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,469.10 GB sent, 132.62 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.