Memory Pool Memory Pool Refreshing

63,826 transactions
16.60 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
881,304 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,303 (641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,662 880,662 0000000000000000000194ac33af7e3b980a1aa69e3a4decdb80595917d87d64 1.76 MB 2,930 5
880,661 880,661 000000000000000000011994807e005946b05e877c11cf4876080bbcf3b44f9b 1.54 MB 2,181 2
880,660 880,660 000000000000000000014444b2c560429e534485849b1c8f97dedb3c53ec9d12 1.67 MB 3,255 4
880,659 880,659 000000000000000000016b44d5af9eed26f15706c2d3c96e324842e038f43d2e 1.62 MB 3,800 5
880,658 880,658 00000000000000000001f8e8964cd73236fbe470b78c59f0e8b8da21e913eccb 1.55 MB 3,519 9
880,657 880,657 0000000000000000000012348c8ca7b604c1239d84e735bf8513d17d03dfa002 1.59 MB 2,828 3
880,656 880,656 0000000000000000000067fbae7e391872dd8604bfa0ca73322f32d7fbc0c77a 1.41 MB 2,400 5
880,655 880,655 000000000000000000022dcd07c0126c230bd04db84e9dbb502c446623e6fa96 1.57 MB 3,507 7
880,654 880,654 00000000000000000000cd569915bed176f07571d4d815274f1bfb236e2ad206 1.73 MB 2,621 2
880,653 880,653 0000000000000000000182be0fba5008f673ffb4c46d52bb3472f7edcd006439 1.97 MB 1,294 5
880,652 880,652 000000000000000000016be8b5ae66c7a5a6aa86f87c45d490da9381feb9bec1 1.55 MB 1,588 2
880,651 880,651 0000000000000000000038058177696e93bdfefc5251a27f3be36d89082315bd 1.69 MB 3,395 4
880,650 880,650 0000000000000000000067cb411ba75859493b643693250a981460eee247926c 1.55 MB 3,793 6
880,649 880,649 00000000000000000001c334890be40c61288f9a8fdc2500cd89b70e63319c32 1.56 MB 1,586 2
880,648 880,648 00000000000000000000be5ef2e3085e18dd9536582cdcd9b18845195640081d 1.52 MB 1,611 2
880,647 880,647 0000000000000000000073cd5f2a1785dcdf3fa0e1c442b8ed24466ae0842c68 1.46 MB 2,146 4
880,646 880,646 000000000000000000016e8afc540aef1bd8f6c406e4119e20d31cd31bf494e9 1.12 MB 842 6
880,645 880,645 000000000000000000022e32a26c69fe377586eccadbcb12c792d0d3928b1bbd 1.65 MB 1,963 2
880,644 880,644 00000000000000000000a522a53d79716cc304cd74aedff3f38365d5bc495574 1.66 MB 2,964 5
880,643 880,643 0000000000000000000030188bf807ebc1910d5eabc6cbb7192d5bfeedcae530 1.56 MB 4,018 9
880,642 880,642 00000000000000000002526601704afd14a4d138bd8aecf937d663962de4574b 1.86 MB 3,105 4
Previous 10 blocks ↓
Total Size: 720.99 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,984.52 GB sent, 69.02 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.