Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,232 transactions (1.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,142 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,925 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,141 (891,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,297 18,297 00000000e6580972b91d1562692b93202d61364b214dc8aee0fe35ef3fc7d7e8 0.00 MB 1 0
18,296 18,296 00000000329f79a5cc69c426e1ba7c2fbaafd9849d78badae135d415ebe88784 0.00 MB 1 0
18,295 18,295 00000000ea1d987ba088681d9411695eb8b34cdb4b4b845893a2d5dbb43afcc0 0.00 MB 1 0
18,294 18,294 00000000b77331edcecd2f0168f3ffebe8fb396e369d9c51a704807c764d2124 0.00 MB 1 0
18,293 18,293 00000000595bd2e5f78534409a8756ed66f22fdcb4de2ce0980f5a0c63e0006e 0.00 MB 1 0
18,292 18,292 00000000a211fcba9163a5829d42fd02c7e528f773a3afdf9ae4eba60bee5002 0.00 MB 1 0
18,291 18,291 000000002e7f7dd3c70861efd382514e9650b092cb81c48e9a002941e5ff1322 0.00 MB 1 0
18,290 18,290 00000000a941c80eff0a87f43e9367de72e51f223a7d657811beb4d8b0db89ec 0.00 MB 1 0
18,289 18,289 0000000033007ec61f4cca4b957e058808b7cd929986e6ea7782749a25f9f497 0.00 MB 1 0
18,288 18,288 00000000de99f1eab390e1a9f6cb47757783523515a7a7bc06a8a47ae049a9b5 0.00 MB 1 0
18,287 18,287 000000004b681b08bcdfacaae5218957713b1b413b34756bd5bd4fdb8819e974 0.00 MB 1 0
18,286 18,286 000000001eccb88a3ae61878c6e483340f6c0d77d71789edd007d588ea7850a7 0.00 MB 1 0
18,285 18,285 000000008e09a13a1398100b8d93ae40e95f8d26570d32a949af5a3deb509897 0.00 MB 1 0
18,284 18,284 000000005d2ca00bd88d2f76b5ce5e0c8d2222e84dd845cadb5e606e0cdb3446 0.00 MB 1 0
18,283 18,283 0000000035b0367a2ede84d7a41852c286b19228d9205822639f5e73fe43e0ab 0.00 MB 1 0
18,282 18,282 00000000580afc880c5d6db90c71027ee5e9a3a90793bc8620df7f77633f6211 0.00 MB 1 0
18,281 18,281 00000000f988cd9b956d5fb75ec02e8dbc5d983c2f7307c299608ac58eb5b845 0.00 MB 1 0
18,280 18,280 00000000cfd5054af34d428214ba60c70dca1d49b088ae85dad270b580fa1534 0.00 MB 1 0
18,279 18,279 00000000dcebb5492bc8ae797d3f1bb9441e7b203bf253bef5fb1917eb21514e 0.00 MB 1 0
18,278 18,278 00000000ce5db3bba1d5db2002eeae441cda966670c537e770f82f355862e1bb 0.00 MB 1 0
18,277 18,277 00000000bae7098e87e7307a953a56637d1014a848ae580deb16d6b427c0b585 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.65 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,193.09 GB sent, 116.77 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.