Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,616 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,684 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,610 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,683 (76,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,664 835,664 00000000000000000000ae9f46b255dc59fc27f5c4701b90dfe6252314574c85 1.79 MB 4,724 29
835,663 835,663 0000000000000000000074b7bdee0ef5e08a4d3e557d38cc4f07475011f2bcb3 1.52 MB 3,381 38
835,662 835,662 00000000000000000001617ca5080cda81becaa38e3906236df976284e4049ac 1.85 MB 3,184 24
835,661 835,661 00000000000000000000ca18c80fe1e48e3149021606c8fc92d4e55a05d804bc 1.63 MB 3,792 30
835,660 835,660 000000000000000000033e6eaf21a28cafffd89892c62b468ca73b91684690a6 1.59 MB 3,667 36
835,659 835,659 000000000000000000033a85554fa3a07dd8ab102c309eaa3eeda21fd8a8707b 1.59 MB 2,697 28
835,658 835,658 00000000000000000001e4e0ab673dedf93892c1efda109ebde0e8176e2b9ceb 1.68 MB 3,442 29
835,657 835,657 00000000000000000000ad3e5b81ea82204120648d134444efe23f385eb5032e 1.75 MB 2,512 28
835,656 835,656 0000000000000000000006f3bf9264b4070df24d46eb29402f94450112801caf 1.51 MB 2,927 30
835,655 835,655 000000000000000000002fdf7eb09b8c00599a584cddff33fe2738d063c7e1f0 1.62 MB 3,544 34
835,654 835,654 0000000000000000000103944069bcfacab2dcae03c1058d9448a31db6c64ab5 1.62 MB 3,587 40
835,653 835,653 000000000000000000022f0232914d41275e531be155c20b6b23cd2d1ccb2f4c 1.74 MB 4,315 36
835,652 835,652 000000000000000000021945edadbbffcd5f105667fad0fa1f16ed39d8fe6f15 1.67 MB 3,751 36
835,651 835,651 00000000000000000003577da9761224d61d9697237c12158e3df76889d4c3ce 1.67 MB 4,034 57
835,650 835,650 00000000000000000001bd38244ef1a6976c6426fff50c1f0384d309b65061de 1.67 MB 3,473 31
835,649 835,649 0000000000000000000115cf3c680f9d74fcaf262468f0c7c4836fd7e661174b 1.55 MB 3,652 51
835,648 835,648 000000000000000000033313beb1694af2dcad8075389819d9537143b7309186 1.67 MB 2,914 29
835,647 835,647 0000000000000000000358235c92e069dd5e1c2535dfeb48987043ea52b8832f 1.70 MB 3,389 39
835,646 835,646 00000000000000000002a3792a75c4290d0a3a9c4518017594eb73f671625fdf 1.96 MB 2,682 37
835,645 835,645 0000000000000000000031694795481c362c3d8c8200ba71c9f18a08c3249e9f 1.91 MB 2,618 36
835,644 835,644 000000000000000000004fd6425bacca6066081b79b6082174e90b1f360a298d 1.85 MB 2,971 30
Previous 10 blocks ↓
Total Size: 776.50 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.34 GB sent, 131.15 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.