Memory Pool Memory Pool Refreshing

5,600 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (408,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,877 498,877 00000000000000000077d5a2f374461ba18592d02cfc7982aa3a64d3f723ad9e 1.12 MB 2,078 375
498,876 498,876 00000000000000000004a84d0f67025d2d8e055a463215a907dfe8ffe2af3851 1.07 MB 2,498 412
498,875 498,875 0000000000000000004de50e5720d4c44592cbfc49eb520b8e349e6cbb6baccf 1.04 MB 1,338 208
498,874 498,874 0000000000000000008e5c4c1ea78e38c14dbe210393e37042cf34b477e1aaab 1.15 MB 1,607 295
498,873 498,873 000000000000000000434b1c5f15372122ef53b7ba2cb218923fcc59d660a30a 1.00 MB 1,863 310
498,872 498,872 000000000000000000667766f5eb66fcbd37ccdcdf44ec11e22ed65731796810 1.08 MB 1,634 190
498,871 498,871 00000000000000000046ecd46498e18d0517458e8982e078a1bdca98e407d75b 1.12 MB 1,536 243
498,870 498,870 00000000000000000049a028ceea5ec47e76ea0233d418fdd9f794ac4f56b17d 1.12 MB 1,549 159
498,869 498,869 0000000000000000004b8accf562beb2fbd6a48590fe2c73fd3bc2d592f2fe82 1.14 MB 1,952 299
498,868 498,868 0000000000000000007ff661aa063dde237533fa2863b4ff27151651d483363c 1.09 MB 2,277 389
498,867 498,867 00000000000000000061194c9e394aa756c932093d0aa6a70f5a13490e20e5f1 1.02 MB 931 197
498,866 498,866 00000000000000000047c9b8825bceb7081c6ca3b2347abcc88ff990b2d1f62a 1.06 MB 1,143 194
498,865 498,865 000000000000000000285628e9237cd1190fb1137074035f1052fd80d5cd4f2e 1.05 MB 1,465 243
498,864 498,864 000000000000000000670652658823ab6663982a8ae69b9cd96ff3f4f5e10966 1.07 MB 1,555 218
498,863 498,863 0000000000000000000a0e331557e22792d051341ff429822c9aba91e8223d0a 1.12 MB 2,205 279
498,862 498,862 000000000000000000a743a2d8324884b08261808793cf7d577a8226bfa3d963 1.08 MB 2,178 384
498,861 498,861 00000000000000000094fc12755f9d9012a33428683b96028a5d65392e5d1d14 1.08 MB 1,723 278
498,860 498,860 0000000000000000002afa16da7ca9a971cbe337dfb5f7636ef8ba8ac9b47427 1.13 MB 2,439 294
498,859 498,859 000000000000000000a212a38fd8ce69d399519590edcb31c765d3923d15ddc8 1.12 MB 2,226 274
498,858 498,858 000000000000000000116deca24cc3fbba0d2295c7bfe4cda1734e77d79a62ce 1.01 MB 241 128
498,857 498,857 0000000000000000007615b3dbf664d017a687d3658e47600a12590704451e4f 1.01 MB 867 158
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.