Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,056 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,681 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 2,037 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,680 (113,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,099 798,099 000000000000000000017c1e8a8afa0c5d6942e9b601d66e24f4fc31a4467838 1.47 MB 2,055 8
798,098 798,098 000000000000000000056f10c75ad3464e40aa441524844a5946b4d92c1b25e1 1.54 MB 4,020 20
798,097 798,097 000000000000000000020f2e0bfa3cdb8904d7892d1b7b294452f97b81b2c02b 1.79 MB 2,977 10
798,096 798,096 000000000000000000035b1a5c99cae062b57aec7761d2612d205bea6ab049be 1.74 MB 3,928 12
798,095 798,095 000000000000000000026daa9faa4aa7fd983abf6a6da00ead3d7cb1fe8f8f5c 1.56 MB 3,635 15
798,094 798,094 000000000000000000052d028c4e11833bafba943238dedb9c5c761a5da4ac47 1.75 MB 4,250 5
798,093 798,093 000000000000000000021f38d5924f868c3d9c92f8375dbffad40ab7f7e6cd20 1.91 MB 2,527 7
798,092 798,092 00000000000000000001cac71529e61f7a954931855253ef674782bf98221f29 1.59 MB 3,502 21
798,091 798,091 0000000000000000000499c51cca4dbe7d28ea3fd8405341cde9df267cb5ad0f 1.55 MB 2,636 14
798,090 798,090 0000000000000000000417cee1ea07964a411c2889d86ce3b683c562846c85b8 1.76 MB 3,926 4
798,089 798,089 00000000000000000000983980e00d2aa4955e27f2871e400a1ae000cc737fd1 1.60 MB 3,447 13
798,088 798,088 00000000000000000004bb4902324311521e83968ec281bf4f72af70985f7cf9 1.73 MB 3,531 7
798,087 798,087 0000000000000000000444f50a4b5112d33a2fefa9a9bf7295f7d0d86c65b6b5 1.74 MB 3,155 8
798,086 798,086 00000000000000000002326a68ad572a8ace441bc33d32fa3343878b19db946b 1.45 MB 2,530 12
798,085 798,085 000000000000000000044d6bd6ef192a335da6afcf27525a4cc977517f088c7d 1.82 MB 4,879 4
798,084 798,084 000000000000000000039c6057ab3cc32194eb01181d9283bf32dad985f98396 1.86 MB 4,717 5
798,083 798,083 0000000000000000000516e9583bec91277ecd49e3173cee2acbfec5cfe5a085 1.63 MB 3,769 6
798,082 798,082 0000000000000000000427f36c519f68feeec326e6b84a05b4898595533e47a8 1.71 MB 3,466 12
798,081 798,081 000000000000000000025d82eeb04d94074c6c623cf7f10b53ce0d8c4a3a72a7 1.54 MB 2,823 12
798,080 798,080 000000000000000000023fe7ad2af18211ab55fe654332095307551eefe8dee1 2.04 MB 5,897 5
798,079 798,079 00000000000000000003658dd9eded6e6446d7f7e6e135811a095d31c5d14fc2 1.83 MB 2,578 6
Previous 10 blocks ↓
Total Size: 776.50 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.20 GB sent, 131.11 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.