Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

901 transactions (0.24 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,520 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,519 (195,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,116 716,116 0000000000000000000096a962225437c7e7552d5d83830331443bc963863f99 1.55 MB 2,563 4
716,115 716,115 0000000000000000000349b804fddf2e1ca8be5a7cf5f80d7631a596ca15f935 1.47 MB 2,583 7
716,114 716,114 00000000000000000006e7e29e448f6fc6398cfd1b6ef694a946e7d4969c11f4 1.56 MB 3,205 21
716,113 716,113 000000000000000000011cea503afe9cbd292cc249002aa1255d70e89d427d9a 1.11 MB 693 9
716,112 716,112 0000000000000000000555f77c5592171b5b1acd19cb32b2f82b3a7e88d3f51f 1.55 MB 2,790 13
716,111 716,111 0000000000000000000849accc64162d9bae806703ee63e61cdc05e8073c16f8 1.55 MB 3,087 24
716,110 716,110 000000000000000000070eac96a40950b8857cd19864ec7a8107490e1753b432 1.58 MB 2,312 6
716,109 716,109 00000000000000000002b7d7de42aa40bc28f2f709a9e63707a6481f2c22f8f8 1.38 MB 1,860 14
716,108 716,108 0000000000000000000946fc05147f62cd90bc310610f0e1dfe8af8112a13949 1.17 MB 487 8
716,107 716,107 00000000000000000004ee223cdac6cd637e5bd5e74b2a2fd8552bd78cb65aa8 1.65 MB 2,266 12
716,106 716,106 0000000000000000000916ebf865b898664f535ddec6a941b9089f7013f39aa6 1.65 MB 1,975 20
716,105 716,105 00000000000000000009e18ebbed9c63e955904f13be6f709e904325c77402ae 1.40 MB 2,039 7
716,104 716,104 00000000000000000009b8f1a1ef4f959251883b4fc50ef8bece5f37a0fa1deb 1.11 MB 495 8
716,103 716,103 000000000000000000063016b2237a821fdfe803010b4582a310d53717491333 1.48 MB 2,517 10
716,102 716,102 0000000000000000000528c62c697fcc5ee2a63532da1c826f651d73c724f035 1.56 MB 2,526 12
716,101 716,101 000000000000000000034e31731852380aef7316909945dbdae6f3acb3da5082 1.58 MB 3,350 15
716,100 716,100 0000000000000000000aff8cf3bf0bc39092cae302b714be6d61f76fe4e19392 1.54 MB 3,240 57
716,099 716,099 0000000000000000000712d0661ee3f57f456661b6d61f21368e3c9ce262add6 1.16 MB 785 5
716,098 716,098 0000000000000000000a80df66de307cfe72cd8fccdefbefc982a993ba4bcc31 1.21 MB 819 4
716,097 716,097 000000000000000000085486e027aac4c85b6ae11c8630c06ef77f4dd8c440e2 1.56 MB 1,099 5
716,096 716,096 0000000000000000000814683e32355e1a5615b9491c5e52a82a9698e2104e31 1.55 MB 2,535 8
Previous 10 blocks ↓
Total Size: 776.20 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,412.82 GB sent, 129.69 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.