Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,293 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.35 vMB 1,281 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (585,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,554 325,554 00000000000000001f0bfa7d329503866b8879123124ba721d08267e5a6bce81 0.28 MB 128 12
325,553 325,553 000000000000000008707413bc629715ce2dceb80bf20a6bc54fe06690f54dbd 0.75 MB 1,471 30
325,552 325,552 0000000000000000041854a45931e44eb4f2cb326bf45f4af6196efc4a098ccf 0.01 MB 16 41
325,551 325,551 000000000000000016ccfb4cfed3d50fcf766f565f0717af8d4ebcd46637f74c 0.02 MB 48 34
325,550 325,550 00000000000000001c2383e89691cc8868d87f99f2ee8a0c604a0ce615077cd6 0.29 MB 487 27
325,549 325,549 00000000000000001c1ad27c19aa449998b266f71b2e6df124349e2f72b5aedc 0.15 MB 225 21
325,548 325,548 000000000000000010345980a0416b91d6ad1a609b04ab1769a2b1ad8ed7dcba 0.23 MB 407 28
325,547 325,547 00000000000000000ca3dddcdb81abd724c7cd11b5f051c949ac14c263ae720b 0.41 MB 800 30
325,546 325,546 00000000000000000d2023b080df00b0cd02d38e03559f0548da59bc48bd043d 0.22 MB 398 31
325,545 325,545 000000000000000017f55775d1dfb6b3ef9da99be620af74eb0b0c73950f853c 0.26 MB 447 25
325,544 325,544 00000000000000001806a179d579311d622631f5be7701276bb91de353c4d368 0.53 MB 780 24
325,543 325,543 00000000000000000289668fcf121f20e8021eb11c3470044a3c2e347c880dd7 0.17 MB 295 31
325,542 325,542 000000000000000018fa891ee1fe03994a67de9af2962f006679ab3959696486 0.26 MB 513 31
325,541 325,541 000000000000000012a700b326ed38c5a1a0ac9df7d94b4803ff15b0c85afdf3 0.13 MB 238 26
325,540 325,540 000000000000000015f0ac666fa59412bf2288480f622f0d76066c914a36bbeb 0.11 MB 219 29
325,539 325,539 00000000000000001ae2052ffef39fae4f5d3e03eeb5095358202612d5779d0b 0.06 MB 123 21
325,538 325,538 000000000000000007fe935b0b30d5a02781487364f487e900789751b3206657 0.27 MB 464 25
325,537 325,537 00000000000000001b885ebe79d0135b0461ab8e23c5f6e35f777599031ec995 0.22 MB 369 32
325,536 325,536 00000000000000000c014640a31893022074dd207f37bdc08c83feef67cee04d 0.11 MB 191 26
325,535 325,535 0000000000000000062f7b6837bdde539b383ac2562bb59bd30b5694ba0b551f 0.31 MB 569 27
325,534 325,534 00000000000000001048c1a317ab60c387c1f12c5c15dcb34736292cea84f38e 0.05 MB 89 25
Previous 10 blocks ↓
Total Size: 776.15 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,411.91 GB sent, 129.46 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.