Memory Pool Memory Pool Refreshing

9,429 transactions (2.95 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,932 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (842,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,455 66,455 00000000075e23f90e67cd3590052920bc0ee9773ac2d7f32f1d6036a1312578 0.00 MB 1 0
66,454 66,454 000000000ad68c8c481f31f4ccef4a940871d4b240a9e9bf2b69f6645133c3b0 0.00 MB 2 0
66,453 66,453 00000000002df06be7735f940f6db2553235e342b6e1f391ae3a042c1da6093f 0.00 MB 1 0
66,452 66,452 00000000083106132ce460d08faba0510a1727d2fffd9701faf496de5970d80e 0.00 MB 2 0
66,451 66,451 00000000085695fac818b97d61b487e3815ce3c8e67ef00705e3fa1c9fb2acc2 0.00 MB 1 0
66,450 66,450 0000000000d62feccf6832198bda527500a759632598413fbf89b88ee7f70149 0.00 MB 5 0
66,449 66,449 0000000004291d49e638837556a677833c56e2fe84c8b8fc67385ee325051629 0.00 MB 1 0
66,448 66,448 0000000007d9fcf8a1b828af8d549de31e5c6b8efd8487b5a3039f4d05c1f770 0.00 MB 1 0
66,447 66,447 00000000096635b021b17dc6c3324201befb3fb7429ab7fd166182340ca72a36 0.00 MB 1 0
66,446 66,446 0000000002ffacbf8a5effec20f7ef547e41cccd5776db7da19b986279a8f680 0.00 MB 1 0
66,445 66,445 0000000006ab0e737f516eb8f91a289b8a28bf9f56f9c7ad035fca1255e3b4a8 0.00 MB 1 0
66,444 66,444 000000000321a35673ac6eeaec4569eecff0ce72a08f09f5655f6fe006a34331 0.00 MB 1 0
66,443 66,443 00000000050adb49931bd6fd63802a7e953f9be94b2bfeb0e797091537cca259 0.00 MB 1 0
66,442 66,442 0000000009b7fe20160457a8020ed33b664f3815aba9f51e391278382055ed75 0.00 MB 1 0
66,441 66,441 0000000007fd0d6b62ab1a34ea5fbe0ea142be0121e2810eddaec5a61277752e 0.00 MB 2 0
66,440 66,440 00000000091ca624036893729aa12c134b9d5c7ae07c4e1a50ca9d1d65e228af 0.00 MB 1 0
66,439 66,439 0000000008df5af68a59a7aa92c57c1e704c29c99f2089bd997c4a06962d61c4 0.00 MB 2 0
66,438 66,438 000000000319ef8e8bc9de799192a57e8a4b7c13c894cb9fb9d6e68667006b8c 0.00 MB 1 0
66,437 66,437 0000000009d71943ca2fa74c753ee41a7fcb2038ea907e3fcc4fffb8890176e2 0.00 MB 1 0
66,436 66,436 00000000077b57a7bae418d09370ba267b6f0abc66b70f58cb17d529a91d7f2c 0.00 MB 1 0
66,435 66,435 000000000a765fdb7f0006bcc3c6b3e0032de2128729e09eeff308ce09b080f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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: 1,862.77 GB sent, 103.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.