Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,653 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (891,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,628 18,628 0000000032f643246f22aa5f0b4b9d0a5d78cc4d4da658cfe499657421f57ca0 0.00 MB 1 0
18,627 18,627 00000000272978479fbfe8b1c2cb9e8e03ce9d59d937646cce12ed8a419c42bd 0.00 MB 1 0
18,626 18,626 00000000ce80094d736a06ed2660ef37cbbcdcb9be4dae2e151c02c399938233 0.00 MB 1 0
18,625 18,625 0000000010593b4767b2d301ef2597e3aa3b3b1cc5d4d5382ec35a0c02653fe5 0.00 MB 1 0
18,624 18,624 00000000053d15c97f48f78b792d49c8a3e33a8db8481e27c484588ea28d17f2 0.00 MB 1 0
18,623 18,623 0000000079bcf53b7edce85cdf0da2a3cd3b094af267b7729f21257362e54582 0.00 MB 1 0
18,622 18,622 00000000a252e265e500c90571ea32e7c6731a939903a6df111571d222a6e92e 0.00 MB 1 0
18,621 18,621 00000000451ec838998d2173bd792ad709b9cb4bd948ca8a2c9301f69d350802 0.00 MB 1 0
18,620 18,620 00000000ce886d099c22af8f23f4445ab024f26f2422bc0d9d4dc1b365f18c10 0.00 MB 1 0
18,619 18,619 00000000ce423b71b97f553ec7d5afe15fd13018223e0ec1bc3234a849b9430f 0.00 MB 1 0
18,618 18,618 00000000dead8cd31c2de341d78ccb5072d2594acf998dbc386f01bc6e9fb5ca 0.00 MB 1 0
18,617 18,617 00000000d38b2bb85019486507d70ad75f898d22ed28cb75f06845608a45461c 0.00 MB 1 0
18,616 18,616 00000000b062208d721126f9ecf2aa4e01a4ad6c30397d54dd6f21edac0f0125 0.00 MB 1 0
18,615 18,615 000000005e9d72153920a0522e51ae5449292c1db058abd38eae61331f85447f 0.00 MB 1 0
18,614 18,614 0000000013931fbbbf1c6ab9eafc998408d389615e76cda0da7f702f7c217991 0.00 MB 1 0
18,613 18,613 00000000a3dbf894415c5e2bc3dde58eba4dd4118464dc84e846fd332680a7a9 0.00 MB 1 0
18,612 18,612 00000000aa28ffb693d297586e154b5488deaac3f7b3e047de878c1ea0ea7019 0.00 MB 1 0
18,611 18,611 00000000903236153eeca775090fe2a452e71a1477f0a80aea22f3496e54530e 0.00 MB 1 0
18,610 18,610 000000003b5de158e06abfe1ab260949dbd9c7cf1a879d4f8a9580a24433b4a1 0.00 MB 1 0
18,609 18,609 00000000eab6fd6598040b86c20cf7cf497eee8ae2b02fc01d6be54110e4b5dd 0.00 MB 1 0
18,608 18,608 0000000034a3be0439e0c9b9d54ac60bc021f6764171b78a6b705fc70a9e8095 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.