Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,830 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,142 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (830,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,173 79,173 00000000004faae8ab0059a14caaba1f6895735208477948352c2a6db5ec6bfd 0.00 MB 2 0
79,172 79,172 00000000005447da64deb1eee44d7fa8bb9c7545d232439a51f5c54e972dbad3 0.00 MB 2 0
79,171 79,171 0000000000351cfaee6305688bbedb672eac9a800db66ecc97f2ae5001db016c 0.00 MB 1 0
79,170 79,170 000000000009abbad2ca7c0a2981a057ccb4711596582a7f5de679fba31eae73 0.00 MB 2 0
79,169 79,169 00000000001c30bc6145ccf627aab82b202ebc5a683d3e1504cea425d95589cd 0.00 MB 3 0
79,168 79,168 00000000002399bec458d56bf979c0233d5ad71ea7afda2f343d880ff0988392 0.00 MB 2 0
79,167 79,167 0000000000220b7aa2c82130fdf0cf666626e4f5540e59bba0f44eddce76ec5d 0.00 MB 6 0
79,166 79,166 0000000000344f61644a67b369660bd0f0d6192e250be44fa3e481578c220f39 0.00 MB 3 0
79,165 79,165 0000000000055ddb1158192d2be8c0b160f4d7c5ba7b9fc62d79dae230a01383 0.00 MB 2 0
79,164 79,164 0000000000581415250320806918c51dfa5c4af6060cd91fa12d2fb653140eb6 0.00 MB 5 0
79,163 79,163 000000000004f30305d29f8ddb7e630d8184a330b0a5d9491fd430100a257c93 0.00 MB 1 0
79,162 79,162 00000000002cd04fbf65528231bb2ed318714e76c5e7ebd5bc6798b0e643741e 0.00 MB 1 0
79,161 79,161 00000000002ec21c740b7bc8c76115ef7bfe3242cbd80f2cca829768298ad60f 0.00 MB 2 0
79,160 79,160 0000000000235f851e3617afff409c777f807f0f31c1a7260f055ecc90d90551 0.00 MB 1 0
79,159 79,159 000000000055cd54844e4634700f12d0d2372397e5c445a8f5d0a51a54cf146b 0.00 MB 1 0
79,158 79,158 0000000000118e7b7b0b3f2205e55cbfd07310bb5d8d61657111062e54f0c8ea 0.00 MB 4 0
79,157 79,157 000000000028ba7b94556afa7b93cb18e358f12bba76563414c256316f4ffb8e 0.00 MB 12 0
79,156 79,156 000000000031c96ca9905e1202a93851d66e8777ca101ba647fa5bffa9e9f39d 0.00 MB 1 0
79,155 79,155 0000000000022a8c11c431222ad03cc74b227249be79906c337bb54e7a7c709b 0.00 MB 3 0
79,154 79,154 0000000000502e6b2f1673e223449a62538fb0fcfbea244981fd4addb963006d 0.00 MB 4 0
79,153 79,153 000000000021e7642b532330d82b66898a2713191b2ca471e66a0b3d73e67be1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,152.76 GB sent, 112.53 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.