Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,181 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,844 000000000000000000022b910000000000000000000000000000000000000000 ago 0.64 vMB 2,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (531,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,739 380,739 0000000000000000113a2605489b8c5cd2f73a312ba80f3369378a1a14b96483 0.22 MB 355 25
380,738 380,738 00000000000000000fcce1881be90717533d9d20180b28ec50cddc4fdd4ad388 0.95 MB 1,827 25
380,737 380,737 0000000000000000070a9d3bf38f5f2f915d47b2c845b04a40c08593d9f3d3ea 0.93 MB 2,779 59
380,736 380,736 000000000000000005a18e4958c8624acc124ab92849981cce7ad759af41ba7e 0.13 MB 234 42
380,735 380,735 00000000000000000dddcc704aac80252c3fde65f536e427d37f26093a41089a 0.37 MB 961 46
380,734 380,734 00000000000000000d93ccdccd2097d2df9766f3661d421ec8b11fb1e9b7d70c 1.00 MB 470 8
380,733 380,733 00000000000000000784e9bafb539aeed2a6d3948ed88c272412ad67cd53f4c8 0.21 MB 462 39
380,732 380,732 000000000000000000f67b2b89f780b47f8d82f345c61d33b1e2a1c0c8873329 0.70 MB 744 23
380,731 380,731 000000000000000003d40bbb012c7ff741175f998032121c27e958dc9e2d3aca 0.41 MB 788 58
380,730 380,730 00000000000000000bd695f22e71ffa7e2fbab746773c294c8ff55d5b7636ee2 0.07 MB 129 30
380,729 380,729 0000000000000000104ab7ef0c37a8177adaf795ca415a0b604e7e3625b41979 0.58 MB 1,074 36
380,728 380,728 0000000000000000099fa43aad9d89fbb63ef58681b3b9dc563326bfc9b3602e 0.93 MB 2,272 47
380,727 380,727 00000000000000000121eb34bb4f1b909cca5aa3780533b2e3321cf48036e66b 0.69 MB 1,594 42
380,726 380,726 0000000000000000038e1544c6da33c8cb2056054e10cb2ef8b758e6624c6629 0.37 MB 906 42
380,725 380,725 00000000000000000584af5534e81cebd6606dd012a7f4ed7847cef7e908a3a3 0.70 MB 1,700 45
380,724 380,724 000000000000000004f16178d75f31efa4a9461c993e4bc5ae2014b751b31aaf 0.44 MB 1,204 57
380,723 380,723 00000000000000000413bf41c3cd0f536791700ca7045b8b4f9170a11a9a2750 0.91 MB 2,353 44
380,722 380,722 00000000000000000d546c4b70e20319c9fc7b370071a609aa1ca3f75d3afd60 0.25 MB 159 9
380,721 380,721 000000000000000002cfa093954e00d73e7a08cf3b7cc5a2d50061790340b28a 0.54 MB 1,344 41
380,720 380,720 00000000000000000fd8f02b337609f51f741e593d9030c8fb3cde06252daaaf 0.24 MB 502 40
380,719 380,719 000000000000000002a919913530c1d5afa631990c2afc6189f9a0d3af4146de 0.75 MB 1,668 44
Previous 10 blocks ↓
Total Size: 776.80 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,468.82 GB sent, 132.55 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.