Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,683 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,441 000000000000000000022b910000000000000000000000000000000000000000 0.53 vMB 1,669 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,440 (872,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,066 39,066 00000000606ddfe34015fb711eb82ff1d7167b0e1ea4c0e06c4a950a2555eb45 0.00 MB 1 0
39,065 39,065 0000000050f02c5290b630558ac2c382ca596ee56c13a7a46965b6dee113a47d 0.00 MB 1 0
39,064 39,064 0000000024bf6ed380d0a95377d9fb6014696ef48405eb2dd0440632a4d1e107 0.00 MB 1 0
39,063 39,063 000000000758b4d166b0aa7c688d1fb136737861afd492b639da1e4f19805752 0.00 MB 1 0
39,062 39,062 000000007b8873cf09d6e8330d2c7d275582b4b4f42027641d48a50b9a78c507 0.00 MB 1 0
39,061 39,061 0000000067fa736e0d7c4e7bcbd8e034a47b8b8ec3a250ed5fbbd2c75cd84efe 0.00 MB 1 0
39,060 39,060 0000000049b2c5ebdca0f7538fac72b606dac965216e508684493b9ae1a25e5d 0.00 MB 1 0
39,059 39,059 000000004405f9acc89e89a2224481cbd8242f875b39ce1d48db70fc243a8a45 0.00 MB 1 0
39,058 39,058 0000000078964f466ede887575bf17f9931c424e20f565482502c375e78c977a 0.00 MB 1 0
39,057 39,057 00000000437275e0b943f7ecd25eccc8101ad7a28bdf2f9f4094ac3eb6b85c85 0.00 MB 1 0
39,056 39,056 00000000147496e8c1ee59b82f149a8c497b4bf21f936f04f2455f5a7b2420ca 0.00 MB 1 0
39,055 39,055 000000001c95b6ecc63617d049fe172f985465f9f03c51a68273adfe289d7a97 0.00 MB 1 0
39,054 39,054 000000003a72993646686b34649354e4574e0b255fceb321766ba40335c0e738 0.00 MB 1 0
39,053 39,053 000000003752278f2f3d729744f6e844eb7f419167c92b8083a852ecce5041e1 0.00 MB 1 0
39,052 39,052 000000001aba16a6945bee906375361a262698f80ff1554a650970028983e5cf 0.00 MB 1 0
39,051 39,051 000000002e96fe32cab72bee0df26160d12974c4c6e6c5d4e862fe0cd3c850d3 0.00 MB 1 0
39,050 39,050 0000000006f602babc37d35ae2780d507d6552e0e6ffba9d97c1c79ed7538c6a 0.00 MB 1 0
39,049 39,049 0000000053d9509519aba07e0da43a2cf145dba8202f42afb4f9fead6364a2ca 0.00 MB 1 0
39,048 39,048 0000000075e7ac8852f498cb5274d499b6f9aca13e5424cca5ee5de86997dc8f 0.00 MB 1 0
39,047 39,047 000000006235bc3ad8316c58c1c5e2d8a645942e1eab84d99cffcbac7d7e8575 0.00 MB 1 0
39,046 39,046 00000000430092474ca930acac5a865576eab38a3a1c53447dde43403ce829db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.06 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,407.06 GB sent, 129.04 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.