Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,032 transactions (1.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,651 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,650 (826,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,069 83,069 000000000022a81e03d3d495d806aab77622c8d6710dd488d7776813c8e2354a 0.00 MB 2 0
83,068 83,068 00000000002e7cd5d4857328cfffb7d8b253ba9e17cc7d7f42a43b3b5dc4c4b3 0.00 MB 1 0
83,067 83,067 00000000002f2917651c863f3f990d2e8e1d914b531c3c920f5162354451c3e2 0.00 MB 1 0
83,066 83,066 00000000002f0ef61a7d64fe4eb7e0adadb5bd31c633d6652182519d1bc73773 0.00 MB 3 0
83,065 83,065 00000000001901aa05ce6d3c1bb92ee78e69c0104140a5aaf17c72cf3ec10bf6 0.00 MB 1 0
83,064 83,064 00000000002b1004736e5139935c95f897c97e1c5df5582d88d209cb3354eab6 0.00 MB 1 0
83,063 83,063 000000000003e24a200c0932925917fb30250bbdfff645a4b88f2d63c477337a 0.00 MB 1 0
83,062 83,062 0000000000179c72477b7d4245efc5f4290b4377cfe1a8a0fee035d150eeebb3 0.00 MB 1 0
83,061 83,061 00000000000eaffc602d50d770f2aef7673bf5d25dd24ea63a577d59f84568f4 0.00 MB 1 0
83,060 83,060 00000000000b3670c06da9bf72bcb1013b4d6195bf0208ae9e9fa756118a41e3 0.00 MB 4 0
83,059 83,059 00000000001581969b0db5733c72fe00c4266b9796f38fc42b143457f0683236 0.00 MB 1 0
83,058 83,058 0000000000289ff9598746f082428fc91e08643066fda696a93afc5a42a1cde6 0.00 MB 1 0
83,057 83,057 00000000001cfec39c66f693f5965cd511dd8d54178f84e0acffcf62562e4ff6 0.00 MB 3 0
83,056 83,056 000000000008b088ddaf71f2a03904255191ce52816223f7a4f3d870e481998a 0.00 MB 4 0
83,055 83,055 000000000022becde8057ce8e9076422b12359476d5fed3a9dc81ae9627011b0 0.00 MB 2 0
83,054 83,054 0000000000201ccc1ce4a46db50642c9998967f64ad00f5b0c15cc976318e661 0.00 MB 4 0
83,053 83,053 00000000002ba9c66c8d49441a509a7d3fc31dbcc904e977b1adee70e8f17721 0.00 MB 1 0
83,052 83,052 00000000002075fcb3709db6bcbe3779036239148c1f71bafe289490b4fe442f 0.00 MB 1 0
83,051 83,051 00000000002b54930cac1292912ce50935e83ea43e0eb71e6f1ad5a821b0519e 0.00 MB 1 0
83,050 83,050 00000000000271589145eada7918b52d7be74ef86b7aea2b02461bc376d05f6a 0.00 MB 3 0
83,049 83,049 0000000000183993502f34a2272ce480a25981e0ba51274c9a4cbbbfc4e83189 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 772.76 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,126.07 GB sent, 112.13 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.