Memory Pool Memory Pool Refreshing

17,652 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (570,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,988 336,988 00000000000000000ff7e2cf89c828a35c722a8d61111288c6b742d20d8b785f 0.44 MB 802 32
336,987 336,987 000000000000000000f75478e7e5cfb2aa3a45164b7bc3ccfc339aabbb6d8c7d 0.18 MB 410 32
336,986 336,986 0000000000000000031995d34a4536c5c956a0a687d2e83bc87a5728a84738a6 0.04 MB 98 22
336,985 336,985 00000000000000001756020ff22deaf1a792402011b970bae19024f0a4911b9b 0.23 MB 438 26
336,984 336,984 0000000000000000145c8adef13ac90c6b164105743585735f5e7af2fd69bdc1 0.09 MB 121 17
336,983 336,983 000000000000000001736aeb301e9e35c2ba0b9f03421523b13917da6fedb011 0.03 MB 77 22
336,982 336,982 000000000000000012a9fb8f86d21ce9a4b9919febad46896425f66e866a1d76 0.14 MB 163 23
336,981 336,981 0000000000000000194e0df3d538bfd2f05804a8aca3004f44bc62bd77e1307b 0.35 MB 722 28
336,980 336,980 000000000000000018454759560cd1d2e7417332507a38223b9ad1e93b1dbbcd 0.03 MB 71 27
336,979 336,979 0000000000000000141c55fce6234d0fd8f8d0df15e259c3f7379ecbfcbf723f 0.07 MB 148 24
336,978 336,978 00000000000000000405ea8be27517dd3029cad419748bded365b3f391d6442d 0.13 MB 260 27
336,977 336,977 000000000000000018878c6f8a4a5c83d261ddcae70a60399842ddbaff39e9b5 0.10 MB 175 21
336,976 336,976 000000000000000019b182a2adcad7eac9031d6b1fe26328c87002ac83e05c58 0.45 MB 735 24
336,975 336,975 000000000000000011ed910c9b27d348661b6af15b2923611f4c7adadeadbf5c 0.09 MB 220 24
336,974 336,974 00000000000000000743e5cea6cf2a7969aec8237e0be015e6a1ea181fd52f1f 0.23 MB 302 18
336,973 336,973 00000000000000000fc5b4396a516e83bbf06494fe2c424807baeec612db5f5b 0.19 MB 522 33
336,972 336,972 0000000000000000173bab03584916ca96f79149c310a8020b6d8486b32bc8c6 0.43 MB 651 22
336,971 336,971 00000000000000000757de75060f89be050a6f62145fd3db59d43530bba6c99f 0.15 MB 296 23
336,970 336,970 00000000000000001597eee0ccf2b135233aa621324b406c615527c1af705a27 0.82 MB 1,668 26
336,969 336,969 000000000000000003d931ae72bb80b1cc2d6931e6cd27337b2a534e7edb3e0c 0.11 MB 140 20
336,968 336,968 0000000000000000091eef484a88b796ec703d73f5135f9f5fa38f9b2cd4b480 0.03 MB 72 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.