Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,535 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,394 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,393 (195,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,063 716,063 00000000000000000009070d6e762a9f5cece68048db85a13091c120385cbf4f 1.28 MB 1,338 13
716,062 716,062 000000000000000000092784bd38bb9b4112b307cc334bc74a13f96da82ebd7f 1.50 MB 1,188 11
716,061 716,061 000000000000000000063229df6392a7edeb95ffefee43caec44d05a7930a70b 1.42 MB 2,536 16
716,060 716,060 00000000000000000000d1d6b39fc03f2f63663e81110d7e24927023a9fca037 1.42 MB 1,796 11
716,059 716,059 00000000000000000005f431b2cdb408753630a04b874221ad03ba70d0c68737 1.55 MB 1,846 6
716,058 716,058 0000000000000000000730fdbf1be86746f3fa9bf47d99c4cbba8ab65f496a80 1.51 MB 2,582 7
716,057 716,057 00000000000000000008eca8af193df577fd9b0d6fba238b3fd1246ad5b74a41 1.48 MB 2,409 15
716,056 716,056 0000000000000000000b801c9f65835fa084356802c14ffd06b60f5a4c1d4561 1.58 MB 2,219 13
716,055 716,055 000000000000000000007b71a7f42fcd96034147b999065bc5bf8f7d78c0e90d 1.48 MB 1,379 9
716,054 716,054 0000000000000000000ac990a0b3b5ca2023628f3fb4eb807d0f601f3f8f664f 1.47 MB 771 7
716,053 716,053 0000000000000000000352b5fbbf08ab80ce93885f74c7de21d39ad86aea3e95 1.17 MB 848 12
716,052 716,052 00000000000000000001764b6d5287930414d8a7c4f277403b5099e5126bb693 1.30 MB 1,454 17
716,051 716,051 00000000000000000003a0516165d7252d8ff10b4f06aecffe7d4ad5424505b4 1.48 MB 1,136 8
716,050 716,050 000000000000000000059b0d6d8381d3ef4c45d69f85b575ad7abb87dc9d4c12 1.53 MB 1,946 12
716,049 716,049 00000000000000000000731690b195e99ca8f252a464308cf534ea2c1527d3db 1.28 MB 1,593 5
716,048 716,048 00000000000000000004762e42aa08325b0b1957713a3443a672bd45b3025d6f 1.23 MB 1,389 5
716,047 716,047 00000000000000000002106d8442bd5c60c1cae0263f8190d53277a8f06c76f5 1.59 MB 1,440 6
716,046 716,046 0000000000000000000206c04d1527ccc368ca21e9ba324ad8e5c988ce80ab52 1.26 MB 642 6
716,045 716,045 000000000000000000013a64c47b045e13b8e9fab1f4793ded6638e72b1038d3 1.19 MB 317 8
716,044 716,044 00000000000000000006594a731f05e3f200320b176ce2fc68d5de062bfb8808 1.34 MB 738 7
716,043 716,043 0000000000000000000358ac5ae62bcb24526fb301e7c1840b4558feadbf1a61 1.45 MB 1,319 9
Previous 10 blocks ↓
Total Size: 775.97 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,403.51 GB sent, 128.65 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.