Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

658 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,393 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 642 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,392 (370,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,399 540,399 0000000000000000001598aee98a3bf6ab78f5dbce6f1979b451e364189d88f3 1.20 MB 2,608 11
540,398 540,398 000000000000000000223649c8c68cc7f3d295eddd69f54e0d0b2d46d071338a 1.25 MB 3,008 32
540,397 540,397 0000000000000000001d52ad9a289ece0f026c563471dc81e0d4bd56d0e867dc 0.47 MB 841 17
540,396 540,396 00000000000000000017d22785e041356e331a5618069542d46d99f7c9a6992a 0.86 MB 1,963 22
540,395 540,395 0000000000000000001e56148a2f786a1045f21573027c3fa09e4198df2df0b1 0.80 MB 1,639 17
540,394 540,394 0000000000000000001249915ef5069ac688f2cc378a30eec672eef88f86384e 1.26 MB 2,309 14
540,393 540,393 00000000000000000027ec5410a5c41de53c0183755bfd0fb7fa53546ffd016d 1.25 MB 2,773 39
540,392 540,392 00000000000000000020cd84fee18752789c144383c0fcdbd87712617f94bf4a 1.30 MB 1,929 19
540,391 540,391 00000000000000000023dff8f6484169ba53aba3780b5a62c7fce6d0eb698bbc 1.15 MB 1,338 11
540,390 540,390 00000000000000000014e429287a8592f95cdbd3ba234ec99617c4b74e5b97f2 1.12 MB 1,130 12
540,389 540,389 0000000000000000001fea7f907de0671032868618eb19ecb2f31b9ce39b85d6 1.18 MB 712 2
540,388 540,388 0000000000000000001b7f56b98c832da23bf87eb3d12a3f6d9330814898fa3f 1.22 MB 2,644 8
540,387 540,387 000000000000000000206bc02bf2c5dfb25b923381df40060886d148dcdac50b 1.07 MB 1,670 12
540,386 540,386 00000000000000000018913363ac2bb93305b51e1e32cb05a90c79c7b39a19c8 1.14 MB 2,473 13
540,385 540,385 000000000000000000164b63cff7ee97095d13405b10c5212f622bebd5ab7194 1.23 MB 1,542 10
540,384 540,384 0000000000000000001e2ebca8dd078176be5b8c557e341ab52256e68174bc65 1.35 MB 2,515 30
540,383 540,383 0000000000000000001d2f123cf0164bda82fa53a40402fa5f240e5ca2346433 1.08 MB 2,007 17
540,382 540,382 0000000000000000001eeb982a1400e4a800f57e1c22e5e302f127a506b25282 1.06 MB 1,218 10
540,381 540,381 0000000000000000000cf77dcf291bc6f0814471e87d1a44938f1efade062320 1.17 MB 1,938 23
540,380 540,380 0000000000000000000fc35bafdd324ac2bcd05472593f27ded9669e2edfedf5 1.22 MB 2,321 25
540,379 540,379 0000000000000000002353f555cd275238be96af78fb89a00f13e515b0dd42f6 1.08 MB 1,141 8
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.38 GB sent, 128.64 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.