Memory Pool Memory Pool Refreshing

14,237 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (633,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,992 273,992 0000000000000004d16942647ece39650d03a8caace8fc5e9220b1a3925b807b 0.10 MB 248 67
273,991 273,991 0000000000000001c6179521f753e6e6c14d6cd9bf076ce8213218c2ef79c0a3 0.17 MB 412 53
273,990 273,990 0000000000000001fe0d9d641e5a50acd14e11a03b3bf10a0daf0d103bdce783 0.09 MB 203 63
273,989 273,989 0000000000000003e63b949d6ff3642631267119e1b4d5660ff876359d1489df 0.10 MB 201 37
273,988 273,988 0000000000000001e79ed638346450555d1ee9835bc0564142de0c97c5c22421 0.27 MB 563 44
273,987 273,987 00000000000000053b43a5074588c3ac054c58483b3cd7e16efa184ae554fe75 0.26 MB 494 40
273,986 273,986 00000000000000033573ad45fdeb23e9094480ec1aaccb37623405c164555ef2 0.19 MB 445 46
273,985 273,985 00000000000000026e49a75404563b41003f20d0d984dcdbd2f46ec13d257743 0.16 MB 366 52
273,984 273,984 0000000000000005eb4c13857f3366f75bfce71a9af2a3ee4644b48b212e77e6 0.14 MB 324 39
273,983 273,983 0000000000000003bc2e944b70d50ae097a962d0ad47a76ec4ee9e515a0fef1a 0.32 MB 703 42
273,982 273,982 0000000000000004370dbb453ce6b2fe704da7bf9a14dff29c44a92818316690 0.24 MB 477 47
273,981 273,981 0000000000000001ec7b70f48b2868db2d79694d787a0fa5b05bb27a0ce7d069 0.35 MB 807 52
273,980 273,980 00000000000000035a63c97a8ecec80e9c40ce3f0c98672313197c1272f09f86 0.08 MB 198 37
273,979 273,979 00000000000000007f90e68c8e377507cab12d497f9a494fbc5b440dae0c8b63 0.40 MB 646 35
273,978 273,978 0000000000000005a3a35a3af38d36d1b7dd2557ec5b2f0cae0dd712d5a71a7e 0.25 MB 669 65
273,977 273,977 00000000000000019ee804121cd5869696dc9da4e7eb96aa94248cf772ca2232 0.34 MB 753 46
273,976 273,976 00000000000000029e143a04213c7016a56ca658af196d03a19b293e40be5a5f 0.06 MB 129 39
273,975 273,975 0000000000000005dcfe56da84c564f15a7ea0abb5711ec7fbd69f1c63f09d14 0.05 MB 70 30
273,974 273,974 0000000000000001d0f33f4aea7a8ce34b58d325b0dccd972d3841f84872ca2e 0.08 MB 206 45
273,973 273,973 0000000000000005df57a1f5ccb3d3f44ce69a82c0865abf7c47a08e4849da57 0.18 MB 393 38
273,972 273,972 0000000000000003d1cc2b6d0d44a0368399537be13b94789092eab60bdc8b86 0.63 MB 1,650 34
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,622.96 GB sent, 92.96 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.