Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,457 transactions (3.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,564 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,563 (865,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,200 44,200 0000000022e1cfdd86e4fe72f7e29ea95ecb93aa7747ae0e239900db1fac7ad7 0.00 MB 1 0
44,199 44,199 0000000035289a4c41bf24b1ef6fd4a1597bf3cedb1e41b15d335f3b5788bd7a 0.00 MB 1 0
44,198 44,198 0000000023229cf25a231df6d298da49ecf879c95b7e940bc7e50b0c1ce7e9ac 0.00 MB 1 0
44,197 44,197 0000000024ba7d4668a96584e989f5cfc0a5852a9b1d3d3f5132f13ca3f130d3 0.00 MB 1 0
44,196 44,196 000000001ba32983fa90b0247f1fb058ad732d5d01a1b9fda3c1bf3031435625 0.00 MB 1 0
44,195 44,195 00000000051f2f8d4f0746b26698e7801e889affaca8c77d10e267e03022bb2b 0.00 MB 1 0
44,194 44,194 000000003cb9c7077e2c835c33dad0a161e7bf37dd2dc6c8e3ddda9aaf2d6aa9 0.00 MB 1 0
44,193 44,193 000000000278910708b8e3e7d9dfc8ab61fb02bb1811488da7391daf39220ab4 0.00 MB 1 0
44,192 44,192 000000003da44f57129d13002bb2f0add829ba716923053a4922f1bcc0872e2f 0.00 MB 1 0
44,191 44,191 000000001673f35ba5eee870b8a97b6b43e888f18db937c63b1e9b42f9423fbc 0.00 MB 2 0
44,190 44,190 000000000a119ae1ce3256abb638f0305264c4691668e0fd22852dc7859c053d 0.00 MB 1 0
44,189 44,189 000000001c982a6a1b3050e55ad1520fe753c3315590903465a6909d10f1630a 0.00 MB 1 0
44,188 44,188 00000000027c2493cd3c6343bce6c233b28547fe9067a380eae9bbddc5868986 0.00 MB 1 0
44,187 44,187 0000000010aab787222266bb05a0ebc00531d6bb22a99b47b8cd091f72773564 0.00 MB 1 0
44,186 44,186 00000000084fd1fae63a84cd4e3fc39f4f942a8f781999bd6c2e53dcf6de5bd1 0.00 MB 1 0
44,185 44,185 000000003f1d532b93bf86c7dafe83cfd9a758127b29e85389285836a6c84903 0.00 MB 1 0
44,184 44,184 0000000005a9a1894c3be2c49573ec61de6957c8b43604b1d01a8e75e741003b 0.00 MB 1 0
44,183 44,183 00000000390e4aab9c0932f6345af0ca63a745029f49b94e307d87419a4910dd 0.00 MB 1 0
44,182 44,182 0000000002dd2184789e49cfd3f4e4dd4a4250038d99cb872f8160f40fdb1139 0.00 MB 1 0
44,181 44,181 0000000039115e9d9bb6bc96a1ccd7745b425b5d3b44d1d87b527f14a2f809fa 0.00 MB 1 0
44,180 44,180 000000001a932b7869c13dca2263ed996bfd4014b3445c21eeb834473a2d2a1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.60 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,089.82 GB sent, 111.26 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.