Memory Pool Memory Pool Refreshing

6,718 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (408,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,880 498,880 000000000000000000a665c5394ebca382bb8a7d9065ef1496190eedf210639b 1.14 MB 2,798 278
498,879 498,879 00000000000000000049bb6b70b42b94d6ac5ac9e1c9c16ec6faaad2994c7ab2 1.07 MB 2,670 383
498,878 498,878 00000000000000000001ec54246fa783fb968df684f5cb6317b61beaf25d2a94 1.10 MB 2,577 369
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.