Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,942 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,659 000000000000000000022b910000000000000000000000000000000000000000 ago 0.89 vMB 2,937 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,658 (831,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,249 80,249 00000000001a7777f593563e79451e65b42ec36e9a36aa86fec6249d8d504821 0.00 MB 1 0
80,248 80,248 0000000000056da9cd6c38ffe3e5ec1566f457c1e2e09b32df85b6a2396d56ef 0.00 MB 1 0
80,247 80,247 00000000004b3a5d6d2009a0c51f7eb5d05ab936b150c43e8ceaa75693b9e1e5 0.00 MB 1 0
80,246 80,246 000000000049c82d31cc6505396d057e16130b2744ef23b08f9d309798a2dde5 0.00 MB 3 0
80,245 80,245 0000000000460f130c2826e5fbb0238fb95d1332f5d84cbbd541989cfcf778b7 0.00 MB 1 0
80,244 80,244 00000000004553e0d7d4a7b1f4885d1a01871fab197079544fa849d923847446 0.00 MB 1 0
80,243 80,243 0000000000123ba4d27d7a2d4d9b486f370ed37bf10a9c0a4e2ec19d52f7ccc9 0.00 MB 1 0
80,242 80,242 00000000004299db058b542ac3b0502853fb5824406ddcb101efac1d5d458a83 0.00 MB 2 0
80,241 80,241 00000000001d0375a9ca312dc40913556449a99190546a211dde44b71b62d4c6 0.00 MB 1 0
80,240 80,240 00000000004b87d796202c6582307e20e7df259a5e19c6f69c8895048421f83b 0.00 MB 1 0
80,239 80,239 000000000036dad4001233057eff18d417710e95e110c3bfc56ee359a923850e 0.00 MB 1 0
80,238 80,238 000000000058c8e62a9b1ceacd27da5ceb1cc0f2d1df286ace1df1e128e6fe00 0.00 MB 2 0
80,237 80,237 00000000002ea66f7b74ae6c25d77280bf4b761feba53e8e67802e4ac36520e1 0.00 MB 3 0
80,236 80,236 000000000022afd37cd8f1d21e8996f36232a511157bb2985d732adda1342d84 0.00 MB 1 0
80,235 80,235 000000000042c1b07b521f025e8b1ab636084e080f7871f734beb046e1719929 0.00 MB 1 0
80,234 80,234 00000000002862a0885ec35cd86b8d95b1e1c0ba182845198b2a5b904d1dfb3e 0.00 MB 2 0
80,233 80,233 00000000001825a0f04df075db5196666d33c725c84723b00176221fc745c3e9 0.00 MB 1 0
80,232 80,232 000000000052b86d93f93b151b28c0518d58c7f7e7c578c8111580a8e5c027ff 0.00 MB 1 0
80,231 80,231 00000000003c1ef9bd718b7bc89abd652f33279ed86113858ec6a006ad6f2a71 0.00 MB 1 0
80,230 80,230 00000000001e0741097bcababe3f20c071dd19d1adffac7e229a442cd334d8b5 0.00 MB 1 0
80,229 80,229 0000000000432490e933604873ec9e5fd8e6af25143e446d3b21becd242da1aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.45 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,424.43 GB sent, 130.94 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.