Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,337 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,638 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,637 (313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,324 911,324 00000000000000000002011aaad461c2c2ad974b32c84e446194efba8c6caba0 1.81 MB 3,996 0
911,323 911,323 0000000000000000000146f5c3555434b533909ebe6f88bf3ad12517266a1549 1.71 MB 3,646 1
911,322 911,322 00000000000000000001d8f2980909c6ee8be04cfa7bdee43ca626731a145505 1.59 MB 3,779 3
911,321 911,321 0000000000000000000044bba48f246006e73b256a8d80675e72ede2204499a3 2.09 MB 892 0
911,320 911,320 00000000000000000000cefee07872e4728b7bbd6e243080292473ca1db50de0 1.79 MB 3,003 1
911,319 911,319 00000000000000000001bb262a07cfaefe256e75d15b7968476c2e36f1ba8e03 0.71 MB 1,876 3
911,318 911,318 000000000000000000004c018aad107f64da645d4a92f5d9c9f8997b9b5e619c 1.65 MB 4,426 1
911,317 911,317 000000000000000000011195f7e01daa25c5983785685162bf9d7813428059e9 1.81 MB 3,712 2
911,316 911,316 000000000000000000015668545b023aca9b25cdfa7fe41750636fdbeb96ae64 1.75 MB 3,804 1
911,315 911,315 00000000000000000000c6cc00c116ff4f79bc4f764535f23f6549c1cf9777f3 1.81 MB 3,392 0
911,314 911,314 00000000000000000000e9c409b8ff01aaaa5df2ee6db1531b0251a07ecb69e5 1.23 MB 1,802 2
911,313 911,313 0000000000000000000014079c24dfaf3d89ef7f117c03b85919a2e5fb8d9280 1.19 MB 2,738 2
911,312 911,312 00000000000000000001ddbc88a022ae0287248d49f0dae3c1df1a3c6933e1c9 1.62 MB 3,023 3
911,311 911,311 00000000000000000000d521e9d106c2e9d49cf9d730ccd66f28103640480589 1.75 MB 4,945 0
911,310 911,310 00000000000000000000104cbc2c267f0b20b5690d101ab9e9c519ae039883df 0.47 MB 1,221 2
911,309 911,309 00000000000000000001557b36aeb70a46e9527d8731c0e96cb4a1d12a455086 1.72 MB 4,673 1
911,308 911,308 00000000000000000001086e5f5fcda614e51f838d46d33df0c742d56d6ded6f 1.52 MB 3,228 2
911,307 911,307 000000000000000000009afc798be86cdebf5081da208404ab42770127a839ac 1.68 MB 4,280 1
911,306 911,306 000000000000000000022097d2045bfe2ff90d2f11d43dc509da1e1fa941c14f 1.77 MB 4,911 0
911,305 911,305 000000000000000000015b0b5f7ed6858cf1e4c01fc92121098139cf6f119b62 1.71 MB 4,499 1
911,304 911,304 00000000000000000001aa78e48996ed378caacd9329dc907884b0e7e8df82da 1.59 MB 3,351 3
Previous 10 blocks ↓
Total Size: 776.41 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,422.67 GB sent, 130.72 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.