Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,446 transactions (4.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,865 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,605 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,864 (855,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,216 54,216 000000000cd346f06522074af1acd2d60ef8c23d7130379bc92875afb7bc5ad7 0.00 MB 1 0
54,215 54,215 0000000012457080d59c96d2778d9b660d79adcd2a01707df503a9e371649a71 0.00 MB 3 0
54,214 54,214 000000000e2d978041dcfc2df284358f0bdfc770a2ccef9c4a665daffb300e21 0.00 MB 2 0
54,213 54,213 0000000004ee19ddecbdc636ef49293f8621d4c9258ec92f6b53522757506272 0.00 MB 1 0
54,212 54,212 0000000005a0beb20498f27e05cc8a8975d39546ab7075ac850ea2f27254c42b 0.00 MB 2 0
54,211 54,211 000000000d56573251a9b70a4f837655ade75908ad3b123f8e4581f525f70ecd 0.00 MB 2 0
54,210 54,210 00000000151d49dfc3be4f27a1d132b65e7ac828eb84894f9d4abab9e8f70c0b 0.00 MB 1 0
54,209 54,209 0000000000dc6ba1cd8703ce61426363ebc509e20a38aabe3e8c4524320216f0 0.00 MB 3 0
54,208 54,208 000000001590b02a53b9b4ed0f271947f261c69e68337768f9bebd2b0a1c2fed 0.00 MB 1 0
54,207 54,207 0000000003b8ffd96ab75872d6411a5a7dcd8c542edd48f01ba35297a3123f4f 0.00 MB 1 0
54,206 54,206 000000000ad1e36a3523cdcb45a024eaaf35a14eb1c76b6670146715a3697916 0.00 MB 1 0
54,205 54,205 0000000006725958ff7cfd1674746aae7aa6200c036bbe4f37515f36438d2389 0.00 MB 1 0
54,204 54,204 0000000001305ef48ddcea66db573282b9167daddecc848fe4aaa1cda2a55ad1 0.00 MB 1 0
54,203 54,203 00000000127255f01dc5039b811da903d21ae48d98c8f35b0f2d90a052eaf121 0.00 MB 1 0
54,202 54,202 0000000015672f3e2743ba77ac8b38959112abcf9437bcac45f7dae91bbaf10f 0.00 MB 1 0
54,201 54,201 0000000013ff9c01a99ee3923e0ab6a017fcc3bd1dcb35d6dddad7f96f3e9c7f 0.00 MB 1 0
54,200 54,200 00000000141c918700bbb4f185cadafbd26614e5d64ad93c2b8e525fadf81e2c 0.00 MB 1 0
54,199 54,199 00000000012a263209eb06f8153edc6d22efde59836d3820ccd090f6c28da796 0.00 MB 1 0
54,198 54,198 0000000005f06bf18384ba6cda18ef2642f38f571b7c23e65a91d238a54e41e7 0.00 MB 1 0
54,197 54,197 00000000019421afab62ff6c5fa7b5883fd4701d928f20bd33b877d46ac5302e 0.00 MB 1 0
54,196 54,196 000000000f3ea4ad38e08e2f34e8cdeeaafe15ca16290ef952838e0571c6fa53 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.89 GB sent, 114.10 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.