Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,794 transactions (0.59 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,322 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (250,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
661,002 661,002 000000000000000000047ec11c4d75228f03ced0f49004b79434289cd519d81c 1.17 MB 2,220 19
661,001 661,001 0000000000000000000e825fc85fc24a73bdb18a3ffe73e00c2996eb858d4054 1.25 MB 1,692 9
661,000 661,000 0000000000000000000c33670e53c3a0a75f806f00bd2bd52cc8c4f917dbf1c0 1.22 MB 1,715 10
660,999 660,999 0000000000000000000a501b913895546659c00b083263f08763454e572ca9bd 1.25 MB 2,185 31
660,998 660,998 00000000000000000006722717498283a39c943b9ff192a70e394eae9632d921 1.18 MB 2,283 29
660,997 660,997 00000000000000000006aa39d176ea6f8ed674e268c2708370747f10e97581c4 1.10 MB 2,336 15
660,996 660,996 0000000000000000000988a3876dfac9b562b19e0a91be65b201149f1f3c8360 1.34 MB 2,019 41
660,995 660,995 0000000000000000000cc52d8e3a6dfa79a3adada9020f2ab95f1d743cb27e92 1.39 MB 1,370 12
660,994 660,994 0000000000000000000e6cfe7d5f89e1c83e0b7bd1a899ab965a9e3e3dd46344 1.27 MB 2,135 35
660,993 660,993 000000000000000000092a096f7bf20ad9d8a6a7a1d99a4a33ffeb0c6b57cc14 1.29 MB 2,702 55
660,992 660,992 00000000000000000000dbdcf0b7c9709a90e8bed163b0852b7bb1ee04a80b19 1.25 MB 1,744 38
660,991 660,991 00000000000000000009b2c8d9860002839705ba18d1cdeb39e728a4672d9bac 1.30 MB 2,097 27
660,990 660,990 00000000000000000008b0b0d1aee5b8158a4f8f78d2fdbded9c38efb17f12f6 1.27 MB 2,357 49
660,989 660,989 00000000000000000004970ef704ad4b90fa69d806a9f60adf177818b8cf8602 1.32 MB 1,814 17
660,988 660,988 000000000000000000080c6d9b0280d1462ba3d768f1aadbd357b3ccbe508063 1.31 MB 2,566 43
660,987 660,987 0000000000000000000a64bb4dcc25a846e60d8b57c3f0337112fac158866beb 1.17 MB 2,332 15
660,986 660,986 00000000000000000008d15a45a80e66bd1fadb2f006153f872db16aeeb38bc6 1.39 MB 1,960 18
660,985 660,985 00000000000000000003dfda789530a6b7cf3e7098f9b0dec2ae240caf3f9e87 1.40 MB 2,438 51
660,984 660,984 0000000000000000000e5e82a34b802e6cd7645fda6b8df9ced1b948b9707f4c 1.14 MB 2,992 24
660,983 660,983 0000000000000000000480f851ab5707594239d5cd0193251c40ceaa5376dd63 1.48 MB 1,897 29
660,982 660,982 000000000000000000021ec6656533deeb289cc90db2781dcd12e34f2ce47d29 1.27 MB 2,260 71
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.01 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.