Memory Pool Memory Pool Refreshing

3,971 transactions (1.31 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (900,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 0.00 MB 1 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 0.00 MB 1 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 0.00 MB 1 0
8,643 8,643 00000000281a0691c3a787107eb706b38173657935576e16373db912c36ce62d 0.00 MB 1 0
8,642 8,642 000000003819757b4093ca235dc2355734229ffb44e6dbb3191e9cd38d8f36c8 0.00 MB 1 0
8,641 8,641 00000000428a416c6536f785c18af1fb6094c653f2e847086eb58755303e2d39 0.00 MB 1 0
8,640 8,640 0000000007b3d3d27c5e2a41f72a6f8325a8c0bcef7b3816f085c7c3e3f6f8dd 0.00 MB 1 0
8,639 8,639 00000000377dcac7a06bcca10db790c2fbfe7b670eb9afdf2351e2679f3076da 0.00 MB 1 0
8,638 8,638 000000004aed3ecd7f4eee639eacb046187f06ec5baf02c8434134f914d3156f 0.00 MB 1 0
8,637 8,637 00000000aeace44d57a51c231a1b5e9a0edc21b77c32503c0b0c186161ce4e17 0.00 MB 1 0
8,636 8,636 000000004a639e0267d63fbe57f54bbad6fbb10f8b261b66ec1806a1b788fd38 0.00 MB 1 0
8,635 8,635 000000007c193af7b3031cfa0280be044abd3b81e3cdc628dd6cb8b58b2ac190 0.00 MB 1 0
8,634 8,634 00000000fb25fb790b1e890b86d656f509c3a55e83ba5705d654602cff2f7607 0.00 MB 1 0
8,633 8,633 00000000e1890040f7ae27ee86da324af47712fec7e8c5d4614509238536b96c 0.00 MB 1 0
8,632 8,632 000000005f5e2da1c33bc6d86e8a06412b662aad01d3b931b3d3e1948092d447 0.00 MB 1 0
8,631 8,631 000000009bbb1f2b7f1256f8ba6a7a21811f02ab84267f30f8a97284b358b663 0.00 MB 1 0
8,630 8,630 0000000080b7a2f6ddcf79cef1eea9a7c0bd729fbfdba1226e27964c98908035 0.00 MB 1 0
8,629 8,629 0000000027c5b3cf68cd0dc05922fa2bcef175ec4964810141e220acfe2dd9ab 0.00 MB 1 0
8,628 8,628 00000000d1fcee238fcae561f10203826653a7192adff3a8ebb8a7617ffce7d8 0.00 MB 1 0
8,627 8,627 000000000f5e969b70e454cf7dcf9a5c33ff68614a309650fd7e16408c10995a 0.00 MB 1 0
8,626 8,626 00000000bd06bd94afbc5a18d207e06e6c7236782db0f6bc466fd32cb98e3534 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,938.12 GB sent, 106.48 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.