Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,095 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (861,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,684 47,684 000000000ca2d5647da74b267b1896b3e111b2f95045843a9dcf829a17b4b2f2 0.00 MB 1 0
47,683 47,683 0000000020003f9340a270f98d7ffe091fa579aca9bd8ff003f22e965f856427 0.00 MB 1 0
47,682 47,682 000000000f64d34df4913869b50fd31374f4e1d8cd10a13e452445d7b0c6570b 0.00 MB 1 0
47,681 47,681 0000000000c60c777db720af18bf0016c54058e9a29ee749b62e90b5e3fbe254 0.00 MB 1 0
47,680 47,680 0000000029e7e499ec9985151d69fdd820d4d248f5a5df950820021329399d5d 0.00 MB 1 0
47,679 47,679 000000000372c6bb094e280effe46bdea7ce99d42016dd592f876ec29ffe7b30 0.00 MB 1 0
47,678 47,678 000000001ad302ca7c892a012833dd1fb4ef5940f5e678f8b370104ce55d8967 0.00 MB 1 0
47,677 47,677 0000000030269b034042ecf2fa964eca041da3ec5a5772910b03516f3e71593c 0.00 MB 1 0
47,676 47,676 000000001af8571037bdf2286bc854bbfd038cd9f61bd6f88d3ea242e16e898b 0.00 MB 1 0
47,675 47,675 000000002f2195ed0b68e41e1ad567317049d908239163b44787c4c601b8f0cd 0.00 MB 1 0
47,674 47,674 000000000ffd587d378fd34cbd56e28163a644b38a71f6ad44d45da78f297b99 0.00 MB 1 0
47,673 47,673 0000000035e0fdc493fef862f9c6a73dd0a00292b2efcb6ff289780979661aea 0.00 MB 1 0
47,672 47,672 000000002b670c6382f516b381aa8bd6951d4ae4d3712c870fe39b10345fccbc 0.00 MB 1 0
47,671 47,671 00000000075af2ae308ea99ac3a1e9bd4969413541fbf1b2ba186202b1e1641e 0.00 MB 1 0
47,670 47,670 0000000037bd159fd9b90d025ca4da62f2c6f523a1c62d5b2d9f7253119492ee 0.00 MB 1 0
47,669 47,669 000000000db53ccbebde2c316d2709f242ca2d125b188a73026526e029abcfdc 0.00 MB 1 0
47,668 47,668 0000000025302cc12bce8317511f09b01acf9614bd14d1a53c7d68be449b3a18 0.00 MB 1 0
47,667 47,667 000000002e55efd78c6ab0e2fd6eb082886f4c478640a497ebe9053e2a67b31b 0.00 MB 1 0
47,666 47,666 0000000032b1079148c7a400d98beaa16562bd4284df8e97a41c4c097a057007 0.00 MB 1 0
47,665 47,665 000000002f9c40f49ff3a8f28f63a498c46155916e134e91869462c9ee633c84 0.00 MB 1 0
47,664 47,664 000000000976b07da931c3cfbe57e29679ec1948272813278dd6db6fe3a6c5d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.68 GB sent, 111.21 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.