Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,867 transactions (1.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,688 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 1,805 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,687 (212,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,570 699,570 00000000000000000001b7eba1869b82fa8a7a6afd79d4f139d77fd263446338 0.65 MB 1,135 16
699,569 699,569 0000000000000000000060de7f1386e6495badf617aeb47e73a8cc0825972472 1.69 MB 1,647 4
699,568 699,568 0000000000000000000328e6e0cdd7cd68bcd5acb02440a3147ce77f4cf03e12 1.48 MB 1,706 9
699,567 699,567 0000000000000000000144fb0d78f278ad5d57313b484336139b93469bc586e5 1.41 MB 2,587 17
699,566 699,566 00000000000000000007701bcb9b1fc2f7fb547bbe27e69e4f277e0f72513822 1.46 MB 2,445 22
699,565 699,565 00000000000000000006e3f9d56f981b063a66d79826124459300c133f1ffaea 1.07 MB 2,014 11
699,564 699,564 00000000000000000009e927d9f88b7afe5dccd8a3ca6fd3fe5bee12b184c79d 0.93 MB 951 9
699,563 699,563 0000000000000000000244bdc91482dedae30ead2d92120b9c7de9e938e609da 0.05 MB 56 8
699,562 699,562 0000000000000000000c015a45f60241d32449175afbb460f2c1a66726e5d56e 0.37 MB 614 10
699,561 699,561 0000000000000000000c054c4f6eff8c2a92b3e970ac3ec4d9b3fae5763cb9fa 0.84 MB 1,210 7
699,560 699,560 0000000000000000000b9f5c3aeff0a99d9fef373c0890b95d62b90fb2c668ad 1.45 MB 2,553 15
699,559 699,559 00000000000000000000b962c327f10e46b824ed9eb6632b25cee4ffc74aeca3 1.17 MB 2,590 14
699,558 699,558 0000000000000000000d60fdfc227265839d4cc61b64b4fcf472e7a47e16ab69 1.47 MB 2,732 16
699,557 699,557 0000000000000000000dc0099f7f72bb87cc6088336ec9db4ee35ee908617a20 0.80 MB 982 10
699,556 699,556 00000000000000000000bbb66a5a503bca756a3ccfdac3e2395aea20ae7ad9d9 0.93 MB 567 5
699,555 699,555 0000000000000000000e84ebd163443b90e7c7adebb06c6be7c34737d81da83f 1.26 MB 1,284 2
699,554 699,554 000000000000000000069210ddebcb8ed0d55f9a25daeab6d1083b915139ab17 1.41 MB 1,848 5
699,553 699,553 000000000000000000067aa7bf3a5251e82b4b7a8c1aaf7b069eae74330df297 1.58 MB 2,463 9
699,552 699,552 0000000000000000000e8989c9ac71fbc912ceef70a8ec4685644243f44a87b4 1.43 MB 2,897 20
699,551 699,551 0000000000000000000019cb70a38e25e348efd12435797631ec48088e4abe63 1.24 MB 884 9
699,550 699,550 0000000000000000000009a0dc2231567be2a8411d8fea5b83b73efe70e0b75d 1.60 MB 2,342 41
Previous 10 blocks ↓
Total Size: 776.51 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,425.48 GB sent, 131.19 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.