Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,449 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,338 (554,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,911 356,911 00000000000000000d3866cb1380aff8af7579fac34651204144a4440f6e3b14 0.34 MB 620 28
356,910 356,910 00000000000000001422a1c7bff9a07dc52e4adceb3a1cf64093c0a8d7fc9925 0.10 MB 123 9
356,909 356,909 00000000000000000c1435550bb5f632f9f6afbbb841b2f5eb2a8fb0078c687a 0.43 MB 702 28
356,908 356,908 0000000000000000068775bb2971340ed4e0210f9b149f5792c9d15f790f771e 0.61 MB 1,116 30
356,907 356,907 000000000000000016133eb824bfe823805a1638bc7b2cea1da5f163859ca4a6 0.16 MB 227 13
356,906 356,906 00000000000000000196cf9c22fb9c0d8fb170960767e265d02870c2c815ef4d 0.75 MB 1,316 32
356,905 356,905 000000000000000002c5a3824bc0d9eb642124aad2e7b7e2f0e634d21a6ac17e 0.75 MB 1,478 33
356,904 356,904 000000000000000000a46f21783ea678e04341d51707f768ee17ea0c8863d8fb 0.27 MB 518 33
356,903 356,903 000000000000000003d997c8d98053380008fcaaf105eb0718ea59435ef5d56a 0.65 MB 1,253 35
356,902 356,902 0000000000000000019350396ac063110666fa01dd03cbd72e685b05bc3e0fa9 0.45 MB 867 28
356,901 356,901 00000000000000000f680c1470e84d1158e0cc4bb9b0a41b8a0792b5322110c3 0.20 MB 396 25
356,900 356,900 00000000000000000830ca542c39ac262ca2ae51b0a9a4d32450e81ab69c5e82 0.22 MB 161 10
356,899 356,899 00000000000000000df30bd4818902bb093b2019d22e8df55c9e44bd57a912df 0.75 MB 1,543 30
356,898 356,898 00000000000000000d3d0f1ec7a76d314538ab5937726cb368070e84873e78c2 0.41 MB 747 23
356,897 356,897 000000000000000007c24f8525edea24e34d44cea0c2cc80e50d1257f0db3a54 0.52 MB 1,122 29
356,896 356,896 00000000000000000f383d7300cabaac1f80d7f55b159f955e6a89b1440701fe 0.47 MB 711 23
356,895 356,895 00000000000000000798a442ef40ecdea03a597d889189cb0477fe6ba3ebdc20 0.37 MB 340 13
356,894 356,894 0000000000000000103028388b960c026637d276d6ad5a1227ee6a745848894c 0.25 MB 765 56
356,893 356,893 000000000000000001e508efac63424f5f41f4a1f6068da5dbb54bca46d43679 0.68 MB 509 11
356,892 356,892 0000000000000000019fab86aa90b67f3e76a2c38856e70168edf50dc2ef91ad 0.75 MB 585 16
356,891 356,891 000000000000000015b4f51daef07f86bab476a80456ea9f1a1a78e6fb9db6d8 0.75 MB 443 15
Previous 10 blocks ↓
Total Size: 775.87 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,400.51 GB sent, 128.18 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.