Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,806 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,698 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 1,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,697 (274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,423 911,423 000000000000000000021fb741449e4ab151d4d592e43ec3115356c1b72a85fe 1.69 MB 3,921 0
911,422 911,422 0000000000000000000185b2577bf3b06f4e5b95bb3a1e19b4382dd2bc6f1b0d 1.67 MB 4,113 0
911,421 911,421 00000000000000000000796b2c5c187ae4683181eae7f683ae1e6c21a71f8012 1.68 MB 3,299 0
911,420 911,420 0000000000000000000049de3f572544eacf03f21c4b054f0818abd871e01d8c 1.77 MB 2,756 0
911,419 911,419 000000000000000000010d447afe084bf08afba81bcfdffa59baf762451f652c 1.70 MB 3,194 1
911,418 911,418 000000000000000000013b6c68579997df9c9cb2a421c1d0359d716abbd7770c 1.54 MB 2,294 2
911,417 911,417 00000000000000000000154ffea328cc2a91a9f9e27d208b9625dbd8b495bb21 1.44 MB 1,554 1
911,416 911,416 00000000000000000000f82141d300124b6856c65cb667960f62f9c4992b7843 1.54 MB 3,061 4
911,415 911,415 00000000000000000001eaee202bee665e423975d378737fc77ecf127c55c5ec 1.78 MB 4,773 0
911,414 911,414 00000000000000000000e7e46b9ea2043a26a35d3dcd881b0e162b9f836cf4c7 1.74 MB 4,986 0
911,413 911,413 000000000000000000009e95ce3aec99297aca5c474b8ba851d003d3537b8002 1.60 MB 3,305 2
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
Previous 10 blocks ↓
Total Size: 776.53 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,425.75 GB sent, 131.28 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.