Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,277 transactions (1.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,650 (238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,412 911,412 000000000000000000003d97ccb6ba826b2dc2da6722092111dbe77d06aaec8a 1.72 MB 3,528 1
911,411 911,411 000000000000000000017d4f0d6c7b5b4f5c9561ec8520d1a962b593afe887f6 1.83 MB 3,618 0
911,410 911,410 000000000000000000019d6f640bf1c2184b8cd65e899f36140e9db9b1c302f3 1.56 MB 2,841 0
911,409 911,409 00000000000000000001504798c86d973f0be879757ce51cd0a8d085ba21bcfa 1.60 MB 2,127 2
911,408 911,408 000000000000000000022ab9bd4ef64538ae70f3250cf16d70302a4363041439 1.76 MB 4,558 0
911,407 911,407 00000000000000000001ea56264548610e958119e295ca1185c4b7a752bc7e57 0.03 MB 87 3
911,406 911,406 000000000000000000019b85ec1439b00e2b5ce6bf240185eff7149762ca684c 0.10 MB 84 1
911,405 911,405 0000000000000000000044f8a61604bf67876638c820d17bcaeebff5f05927aa 1.78 MB 4,732 0
911,404 911,404 000000000000000000017dd0f27443be02f281c200e7859da298eefa3799caa8 1.90 MB 3,080 0
911,403 911,403 00000000000000000001aafab5c1a25aac390de919d503c347671cfdf6dde840 1.64 MB 3,483 3
911,402 911,402 0000000000000000000219229fb67689c9833e3cc61652cdf17025566b76fca7 1.63 MB 3,641 1
911,401 911,401 0000000000000000000220970832bd7eae1d49ec81db4d72f3c17edc60a6afd8 1.60 MB 3,689 2
911,400 911,400 000000000000000000003e75725ad90ab9e974ed94fc1a6d2924b0db096fb53b 1.74 MB 4,961 0
911,399 911,399 000000000000000000014bc87d5ca0122e84d690752dd71e54bc39d4c706635c 1.75 MB 4,663 0
911,398 911,398 000000000000000000012badc0241043323b2e6c84392a8f9f82264b50a46368 1.58 MB 3,482 2
911,397 911,397 00000000000000000001ba0ca76b4b76e441d2a60086b50429bb78bd74723e8d 1.69 MB 4,353 0
911,396 911,396 0000000000000000000102f20918d145479c8a87c9a885800481cc52e19a1309 1.74 MB 4,482 0
911,395 911,395 00000000000000000000115f031ab2c5eb7bcec83e4dd3e421b087f6d8860d65 1.73 MB 4,574 1
911,394 911,394 00000000000000000001491aa56f2d899101ed5315f8dc098698fe53cbb1f2c8 0.95 MB 2,341 2
911,393 911,393 00000000000000000001f2ad75171ec8f05e111693e9b4beb4b9bc902f6e2d01 1.67 MB 4,160 2
911,392 911,392 00000000000000000001be26f19659c437fd9983994884a8f7e88203e7f4fc26 1.18 MB 2,142 2
Previous 10 blocks ↓
Total Size: 776.44 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,423.92 GB sent, 130.87 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.